Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / ComponentModel / GroupDescription.cs / 1305600 / 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
- DbParameterHelper.cs
- CodeArrayCreateExpression.cs
- TraceLevelStore.cs
- UInt32Storage.cs
- BrowserCapabilitiesFactoryBase.cs
- CssTextWriter.cs
- RenderData.cs
- ReservationCollection.cs
- IssuerInformation.cs
- StreamGeometry.cs
- DataColumn.cs
- OutKeywords.cs
- FixedDocumentPaginator.cs
- MouseCaptureWithinProperty.cs
- HitTestParameters3D.cs
- CodeVariableDeclarationStatement.cs
- ForwardPositionQuery.cs
- AnimationException.cs
- AccessDataSource.cs
- GeometryGroup.cs
- ProviderConnectionPointCollection.cs
- DependencyProperty.cs
- XmlNotation.cs
- ListManagerBindingsCollection.cs
- assertwrapper.cs
- DrawingBrush.cs
- ResourceDescriptionAttribute.cs
- ClientScriptManagerWrapper.cs
- RegexCapture.cs
- CollectionDataContractAttribute.cs
- IPAddress.cs
- SortFieldComparer.cs
- DictionaryKeyPropertyAttribute.cs
- ContentWrapperAttribute.cs
- ConstantSlot.cs
- Int32Rect.cs
- Int32AnimationUsingKeyFrames.cs
- WebMessageFormatHelper.cs
- RijndaelManaged.cs
- ServiceBusyException.cs
- ValueConversionAttribute.cs
- TCPListener.cs
- DataServiceRequestArgs.cs
- JsonReaderWriterFactory.cs
- TextElement.cs
- DbgCompiler.cs
- CodeCastExpression.cs
- KeyTimeConverter.cs
- cookie.cs
- RequestUriProcessor.cs
- listitem.cs
- XmlDigitalSignatureProcessor.cs
- TreeNodeStyle.cs
- BrowserDefinition.cs
- IntSecurity.cs
- MailDefinition.cs
- Propagator.cs
- XmlAttributeCollection.cs
- TextSelection.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- StringValidatorAttribute.cs
- ListBindingHelper.cs
- ListViewDeletedEventArgs.cs
- EditorZoneBase.cs
- SafeThreadHandle.cs
- _SSPIWrapper.cs
- DependencyPropertyHelper.cs
- ApplicationSettingsBase.cs
- SpecialFolderEnumConverter.cs
- HandoffBehavior.cs
- DataGridParentRows.cs
- XmlValueConverter.cs
- AlternateView.cs
- ReflectEventDescriptor.cs
- Verify.cs
- LoginUtil.cs
- Rectangle.cs
- XmlDeclaration.cs
- CommandBindingCollection.cs
- DataTableNewRowEvent.cs
- SqlComparer.cs
- ExpandCollapsePatternIdentifiers.cs
- IPHostEntry.cs
- ProcessInfo.cs
- Collection.cs
- EncoderExceptionFallback.cs
- EmptyEnumerable.cs
- WorkflowViewElement.cs
- DiscoveryUtility.cs
- Activator.cs
- DataGridViewCellFormattingEventArgs.cs
- NegatedConstant.cs
- ThemeableAttribute.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- ContainerUtilities.cs
- CodeEventReferenceExpression.cs
- CallContext.cs
- MetadataSerializer.cs
- CollectionMarkupSerializer.cs
- AccessDataSourceWizardForm.cs