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
- ImageField.cs
- StrongNameHelpers.cs
- DataGridRelationshipRow.cs
- UIElement3DAutomationPeer.cs
- BmpBitmapEncoder.cs
- ContainerUtilities.cs
- AccessText.cs
- TypeUtil.cs
- RelatedCurrencyManager.cs
- QuadraticBezierSegment.cs
- BatchStream.cs
- WebPartEventArgs.cs
- COM2EnumConverter.cs
- CodeAccessPermission.cs
- RunInstallerAttribute.cs
- EntityKey.cs
- SimpleHandlerFactory.cs
- InvalidDataException.cs
- SqlDataSourceEnumerator.cs
- Page.cs
- UnmanagedBitmapWrapper.cs
- List.cs
- RotateTransform.cs
- ObjectDisposedException.cs
- BorderSidesEditor.cs
- EntityStoreSchemaFilterEntry.cs
- MenuTracker.cs
- TypeConverterHelper.cs
- CompilationLock.cs
- MediaElementAutomationPeer.cs
- JavaScriptString.cs
- IntSumAggregationOperator.cs
- OdbcReferenceCollection.cs
- SamlSecurityTokenAuthenticator.cs
- PolicyLevel.cs
- MatrixAnimationUsingKeyFrames.cs
- TextParaClient.cs
- XsdDataContractExporter.cs
- DynamicScriptObject.cs
- GiveFeedbackEvent.cs
- WebPartExportVerb.cs
- CheckoutException.cs
- EmptyReadOnlyDictionaryInternal.cs
- Lease.cs
- WindowsListBox.cs
- Registration.cs
- IntermediatePolicyValidator.cs
- RowSpanVector.cs
- RoleService.cs
- ObjectSet.cs
- RefType.cs
- FirstMatchCodeGroup.cs
- GenericAuthenticationEventArgs.cs
- EntitySetBaseCollection.cs
- Viewport3DVisual.cs
- RelationshipType.cs
- ClientBuildManager.cs
- AsyncCallback.cs
- Tracking.cs
- XPathDocumentIterator.cs
- RSAPKCS1SignatureFormatter.cs
- SafeBitVector32.cs
- TraceLog.cs
- IpcClientChannel.cs
- PropertyValue.cs
- WinEventWrap.cs
- _UriTypeConverter.cs
- List.cs
- ModuleConfigurationInfo.cs
- validation.cs
- DropShadowEffect.cs
- SqlConnectionManager.cs
- _Connection.cs
- SimpleWebHandlerParser.cs
- Constants.cs
- FontWeightConverter.cs
- FixedElement.cs
- FigureParaClient.cs
- UnsafeNativeMethods.cs
- DataPagerFieldCommandEventArgs.cs
- ViewLoader.cs
- CollectionViewGroupRoot.cs
- CodeGenHelper.cs
- RequestQueryParser.cs
- Help.cs
- WindowsButton.cs
- DebuggerService.cs
- ScriptComponentDescriptor.cs
- SaveFileDialog.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ContextMenuService.cs
- IDReferencePropertyAttribute.cs
- DataSourceView.cs
- SerializationException.cs
- DocumentViewer.cs
- CharacterBuffer.cs
- StrongNamePublicKeyBlob.cs
- SchemaNamespaceManager.cs
- PointAnimation.cs
- BaseParaClient.cs