Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / ComponentModel / GroupDescription.cs / 1 / GroupDescription.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) 2003 by Microsoft Corporation. All rights reserved.
//
//
//
// Description: Base class for group descriptions.
//
// See spec at http://avalon/connecteddata/Specs/Grouping.mht
//
//---------------------------------------------------------------------------
using System.Collections.ObjectModel; // ObservableCollection
using System.Collections.Specialized; // NotifyCollectionChangedEvent*
using System.Globalization; // CultureInfo
namespace System.ComponentModel
{
///
/// Base class for group descriptions.
/// A GroupDescription describes how to divide the items in a collection
/// into groups.
///
public abstract class GroupDescription : INotifyPropertyChanged
{
#region Constructors
//-----------------------------------------------------
//
// Constructors
//
//-----------------------------------------------------
///
/// Initializes a new instance of GroupDescription.
///
protected GroupDescription()
{
_explicitGroupNames = new ObservableCollection
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- COAUTHIDENTITY.cs
- CompilationLock.cs
- InkCanvasSelectionAdorner.cs
- JobPageOrder.cs
- DocobjHost.cs
- Underline.cs
- ZipIOBlockManager.cs
- AttributeCollection.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- CellParaClient.cs
- SqlSelectStatement.cs
- ArithmeticException.cs
- SafeNativeMethods.cs
- HyperLink.cs
- MsmqProcessProtocolHandler.cs
- DocumentXmlWriter.cs
- AccessKeyManager.cs
- BulletDecorator.cs
- BrowserDefinition.cs
- ExpressionPrefixAttribute.cs
- BoundColumn.cs
- TdsEnums.cs
- ColumnClickEvent.cs
- DBNull.cs
- XmlHierarchicalEnumerable.cs
- Composition.cs
- LeaseManager.cs
- PrintDialog.cs
- UserUseLicenseDictionaryLoader.cs
- StatusBarPanelClickEvent.cs
- Privilege.cs
- ValidatedControlConverter.cs
- PrivilegedConfigurationManager.cs
- ProcessInfo.cs
- InlinedAggregationOperator.cs
- QuotaThrottle.cs
- SQLDecimal.cs
- BStrWrapper.cs
- ProcessHostMapPath.cs
- ServicePoint.cs
- TypeContext.cs
- FloaterParagraph.cs
- DataGridState.cs
- HotCommands.cs
- ErrorLog.cs
- _ChunkParse.cs
- SiteMapDesignerDataSourceView.cs
- MoveSizeWinEventHandler.cs
- UserNameSecurityTokenProvider.cs
- HiddenFieldPageStatePersister.cs
- WizardDesigner.cs
- Debugger.cs
- ProjectionCamera.cs
- RuntimeEnvironment.cs
- WindowsRebar.cs
- ServiceHostFactory.cs
- NullReferenceException.cs
- ColumnMapProcessor.cs
- EditorPart.cs
- CursorConverter.cs
- NativeMethods.cs
- PerfCounters.cs
- HelpEvent.cs
- ComPlusServiceHost.cs
- InProcStateClientManager.cs
- GenerateScriptTypeAttribute.cs
- EventRouteFactory.cs
- TextBox.cs
- BooleanSwitch.cs
- ActivityIdHeader.cs
- SecurityManager.cs
- AccessViolationException.cs
- EntityCommandDefinition.cs
- SelectorItemAutomationPeer.cs
- OrderedDictionary.cs
- SmtpNetworkElement.cs
- LoginUtil.cs
- ObjectDataSourceDisposingEventArgs.cs
- _AuthenticationState.cs
- SliderAutomationPeer.cs
- PathTooLongException.cs
- WorkflowIdleElement.cs
- DataFormats.cs
- BrowserTree.cs
- ListViewItem.cs
- XamlPathDataSerializer.cs
- metadatamappinghashervisitor.cs
- Walker.cs
- CodeThrowExceptionStatement.cs
- ModelTypeConverter.cs
- MetadataPropertyvalue.cs
- DockAndAnchorLayout.cs
- EventToken.cs
- DesignerImageAdapter.cs
- DataSourceView.cs
- WebServiceReceiveDesigner.cs
- Column.cs
- VSDExceptions.cs
- EllipticalNodeOperations.cs
- TextElement.cs