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
- PassportAuthenticationEventArgs.cs
- WebPartChrome.cs
- PermissionSetTriple.cs
- SecurityCookieModeValidator.cs
- StringAttributeCollection.cs
- CheckBoxRenderer.cs
- HtmlTableCellCollection.cs
- BindUriHelper.cs
- DSASignatureDeformatter.cs
- InstalledFontCollection.cs
- RSACryptoServiceProvider.cs
- WorkflowCompensationBehavior.cs
- TTSEngineProxy.cs
- LoadWorkflowByInstanceKeyCommand.cs
- BufferedWebEventProvider.cs
- DetailsViewUpdatedEventArgs.cs
- ProxyWebPartConnectionCollection.cs
- Types.cs
- xmlglyphRunInfo.cs
- DataKeyPropertyAttribute.cs
- arabicshape.cs
- InvalidEnumArgumentException.cs
- XmlObjectSerializer.cs
- PathSegmentCollection.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- ContentOperations.cs
- SqlParameterizer.cs
- Point3DAnimation.cs
- ListViewItem.cs
- BaseTreeIterator.cs
- errorpatternmatcher.cs
- SafeEventLogWriteHandle.cs
- ContentOperations.cs
- SplitterDesigner.cs
- ApplicationDirectory.cs
- AbstractSvcMapFileLoader.cs
- WindowsListViewGroupSubsetLink.cs
- SqlCacheDependencyDatabase.cs
- DelimitedListTraceListener.cs
- _ListenerResponseStream.cs
- XPathNodeList.cs
- LinkedResourceCollection.cs
- KnownBoxes.cs
- NotificationContext.cs
- ExcCanonicalXml.cs
- UnmanagedMemoryStreamWrapper.cs
- ComboBox.cs
- ParamArrayAttribute.cs
- XmlAggregates.cs
- BaseAddressElement.cs
- ClientApiGenerator.cs
- MdiWindowListStrip.cs
- JsonByteArrayDataContract.cs
- CallbackValidator.cs
- DoubleCollectionConverter.cs
- NotFiniteNumberException.cs
- DataSourceGeneratorException.cs
- ChangeInterceptorAttribute.cs
- Point3DCollectionConverter.cs
- EntityCommand.cs
- QuadraticBezierSegment.cs
- CompiledELinqQueryState.cs
- XmlElementCollection.cs
- IgnoreFlushAndCloseStream.cs
- PopupRoot.cs
- IconHelper.cs
- ToolBarButtonClickEvent.cs
- FieldValue.cs
- BlurEffect.cs
- AutomationIdentifierGuids.cs
- LongValidatorAttribute.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ContentElement.cs
- EffectiveValueEntry.cs
- WebBrowserPermission.cs
- DynamicMethod.cs
- Point3DCollection.cs
- IEnumerable.cs
- EntityParameterCollection.cs
- SystemIPInterfaceStatistics.cs
- ProcessHost.cs
- cache.cs
- DropAnimation.xaml.cs
- RecognitionResult.cs
- HierarchicalDataTemplate.cs
- cookieexception.cs
- CSharpCodeProvider.cs
- FileChangeNotifier.cs
- EncodingInfo.cs
- CqlBlock.cs
- EditableTreeList.cs
- DataServiceKeyAttribute.cs
- DelegatingConfigHost.cs
- ContentPresenter.cs
- SchemaImporterExtensionElement.cs
- BaseHashHelper.cs
- GeneralTransform.cs
- XmlSerializationReader.cs
- Group.cs
- WorkItem.cs