Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / AlphaSortedEnumConverter.cs / 1 / AlphaSortedEnumConverter.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System;
using System.ComponentModel;
using System.Collections;
internal class AlphaSortedEnumConverter : EnumConverter {
public AlphaSortedEnumConverter(Type type) : base(type) {
}
protected override IComparer Comparer {
get {
return EnumValAlphaComparer.Default;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System;
using System.ComponentModel;
using System.Collections;
internal class AlphaSortedEnumConverter : EnumConverter {
public AlphaSortedEnumConverter(Type type) : base(type) {
}
protected override IComparer Comparer {
get {
return EnumValAlphaComparer.Default;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnaryNode.cs
- UnsafeNativeMethodsCLR.cs
- OdbcPermission.cs
- DecimalStorage.cs
- WebPartCloseVerb.cs
- HttpGetServerProtocol.cs
- ColorBlend.cs
- ImageKeyConverter.cs
- IndexOutOfRangeException.cs
- HttpWebRequest.cs
- SourceLineInfo.cs
- Visual.cs
- BuildManagerHost.cs
- TypeForwardedFromAttribute.cs
- Random.cs
- WindowsPen.cs
- ColumnWidthChangingEvent.cs
- SiteMapNode.cs
- LocalizedNameDescriptionPair.cs
- WebServiceBindingAttribute.cs
- ConfigXmlReader.cs
- RMPublishingDialog.cs
- DefaultPrintController.cs
- SourceElementsCollection.cs
- XamlSerializerUtil.cs
- EmptyImpersonationContext.cs
- ReaderWriterLock.cs
- KnownTypeHelper.cs
- MergeLocalizationDirectives.cs
- HwndStylusInputProvider.cs
- ScriptServiceAttribute.cs
- UICuesEvent.cs
- PageBreakRecord.cs
- BrowserDefinition.cs
- _IPv6Address.cs
- BinaryConverter.cs
- ListViewInsertionMark.cs
- StringUtil.cs
- ModuleConfigurationInfo.cs
- SchemeSettingElementCollection.cs
- Aggregates.cs
- ScalarOps.cs
- ButtonChrome.cs
- OdbcReferenceCollection.cs
- OlePropertyStructs.cs
- log.cs
- Rect3DConverter.cs
- EventSetterHandlerConverter.cs
- CommandSet.cs
- DataGridViewCellParsingEventArgs.cs
- GenerateScriptTypeAttribute.cs
- XsdSchemaFileEditor.cs
- log.cs
- BatchWriter.cs
- Permission.cs
- ObjectDataSourceSelectingEventArgs.cs
- SafeSystemMetrics.cs
- TypeToken.cs
- TextCompositionManager.cs
- ViewBase.cs
- SafeRegistryHandle.cs
- AQNBuilder.cs
- LateBoundBitmapDecoder.cs
- PropertyGeneratedEventArgs.cs
- InstancePersistenceCommand.cs
- ResourceWriter.cs
- EventSinkHelperWriter.cs
- ElementFactory.cs
- DependencySource.cs
- ExpressionDumper.cs
- xml.cs
- FrameworkContextData.cs
- Security.cs
- ValidationManager.cs
- SerializationObjectManager.cs
- RegexCompiler.cs
- Binding.cs
- FileSystemWatcher.cs
- DocComment.cs
- InvalidFilterCriteriaException.cs
- UidManager.cs
- AssemblyNameProxy.cs
- SiteMapNodeCollection.cs
- NumericUpDown.cs
- DataObjectSettingDataEventArgs.cs
- ListViewGroupConverter.cs
- DesignerValidationSummaryAdapter.cs
- SynchronizedKeyedCollection.cs
- CodeEventReferenceExpression.cs
- SmiEventSink_Default.cs
- NavigationProgressEventArgs.cs
- InteropBitmapSource.cs
- DataGridViewMethods.cs
- EpmSourceTree.cs
- OverflowException.cs
- SmiRequestExecutor.cs
- ListBoxItem.cs
- SchemaImporterExtensionsSection.cs
- ListBoxItemWrapperAutomationPeer.cs
- SyndicationSerializer.cs