Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityContainerRelationshipSet.cs
- NetCodeGroup.cs
- ReadonlyMessageFilter.cs
- ArraySortHelper.cs
- ManagedWndProcTracker.cs
- AbstractSvcMapFileLoader.cs
- RectangleGeometry.cs
- PageWrapper.cs
- TypedElement.cs
- SignerInfo.cs
- LambdaCompiler.Address.cs
- EllipseGeometry.cs
- ObjectStorage.cs
- FixedSOMPageElement.cs
- SafeThemeHandle.cs
- VerticalConnector.xaml.cs
- DefaultProxySection.cs
- FormsAuthenticationEventArgs.cs
- Rect.cs
- Crc32Helper.cs
- ControlPaint.cs
- SQLDateTimeStorage.cs
- PropertyMetadata.cs
- COAUTHINFO.cs
- NegotiateStream.cs
- ContractComponent.cs
- NetworkInformationException.cs
- UnaryNode.cs
- Helper.cs
- WebUtil.cs
- ActiveDesignSurfaceEvent.cs
- MSHTMLHostUtil.cs
- Setter.cs
- KeyFrames.cs
- GridToolTip.cs
- EventsTab.cs
- Merger.cs
- RecipientInfo.cs
- ProtectedProviderSettings.cs
- ContentType.cs
- FtpWebRequest.cs
- JavascriptCallbackMessageInspector.cs
- IdnElement.cs
- DataControlHelper.cs
- Double.cs
- BufferedReadStream.cs
- GPRECTF.cs
- UrlMappingCollection.cs
- EditorPartChrome.cs
- MexNamedPipeBindingCollectionElement.cs
- ACE.cs
- XmlSchemaValidationException.cs
- XmlILIndex.cs
- CodeVariableReferenceExpression.cs
- Vector3D.cs
- RpcResponse.cs
- Attributes.cs
- MergablePropertyAttribute.cs
- ZipIORawDataFileBlock.cs
- ListView.cs
- MessageBox.cs
- DbConnectionPoolIdentity.cs
- PenThreadPool.cs
- FlowDocumentScrollViewer.cs
- PenContexts.cs
- GridItemCollection.cs
- SchemaElementDecl.cs
- WinFormsUtils.cs
- MessageQueue.cs
- GenericUriParser.cs
- BoolLiteral.cs
- PreviewKeyDownEventArgs.cs
- sqlmetadatafactory.cs
- ImageAttributes.cs
- DynamicValueConverter.cs
- PasswordTextContainer.cs
- TabControlEvent.cs
- WebHttpBindingCollectionElement.cs
- ScriptingScriptResourceHandlerSection.cs
- DataGridViewCellStateChangedEventArgs.cs
- XmlBindingWorker.cs
- HGlobalSafeHandle.cs
- PerformanceCounterManager.cs
- DockProviderWrapper.cs
- LinearGradientBrush.cs
- MDIControlStrip.cs
- ToolStripCodeDomSerializer.cs
- FrameworkTemplate.cs
- SizeAnimation.cs
- EventLog.cs
- validationstate.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- SizeKeyFrameCollection.cs
- FilteredSchemaElementLookUpTable.cs
- AsyncOperationLifetimeManager.cs
- FontUnit.cs
- Function.cs
- ButtonFieldBase.cs
- AnnotationMap.cs
- ipaddressinformationcollection.cs