Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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 [....]/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
- CoreSwitches.cs
- MenuItemStyleCollection.cs
- EndEvent.cs
- Rect3DConverter.cs
- BrowserTree.cs
- BinaryObjectInfo.cs
- PriorityItem.cs
- PeerObject.cs
- TypeConverterAttribute.cs
- Imaging.cs
- ConfigXmlElement.cs
- BookmarkScopeManager.cs
- IntSecurity.cs
- TypeUsage.cs
- CounterSet.cs
- DataGridViewMethods.cs
- GetPageCompletedEventArgs.cs
- AttachmentCollection.cs
- UnaryOperationBinder.cs
- FixedPageProcessor.cs
- InvalidOleVariantTypeException.cs
- FormViewModeEventArgs.cs
- EntityExpressionVisitor.cs
- ToolStripRendererSwitcher.cs
- ProjectionPlanCompiler.cs
- RegisteredDisposeScript.cs
- Bits.cs
- CookielessHelper.cs
- CollectionView.cs
- ResourceReferenceExpressionConverter.cs
- RequestQueryProcessor.cs
- TileBrush.cs
- TypeLibConverter.cs
- CatalogPartDesigner.cs
- CopyOnWriteList.cs
- ThreadStateException.cs
- GrowingArray.cs
- XmlQueryContext.cs
- EventRecord.cs
- messageonlyhwndwrapper.cs
- MetadataArtifactLoaderCompositeFile.cs
- MetadataCache.cs
- SqlTransaction.cs
- XmlEnumAttribute.cs
- XsltSettings.cs
- ConfigurationManager.cs
- LabelLiteral.cs
- StylusTip.cs
- DataMember.cs
- ResolvedKeyFrameEntry.cs
- DeadCharTextComposition.cs
- ClientUtils.cs
- Int32EqualityComparer.cs
- ImageIndexConverter.cs
- CallbackWrapper.cs
- DateTimeOffsetAdapter.cs
- MarkerProperties.cs
- IDataContractSurrogate.cs
- Configuration.cs
- SemanticTag.cs
- BookmarkScopeInfo.cs
- DefaultSection.cs
- ResXResourceReader.cs
- Brush.cs
- ClientSettingsStore.cs
- BufferedOutputStream.cs
- ISAPIApplicationHost.cs
- FixedTextSelectionProcessor.cs
- COM2Properties.cs
- HiddenFieldPageStatePersister.cs
- EventRoute.cs
- ContentTextAutomationPeer.cs
- WorkerProcess.cs
- AppSettingsSection.cs
- HiddenFieldPageStatePersister.cs
- AspProxy.cs
- ShaderEffect.cs
- WebServicesSection.cs
- HierarchicalDataBoundControlAdapter.cs
- MsmqIntegrationChannelListener.cs
- TextAnchor.cs
- ScriptHandlerFactory.cs
- SmiEventSink_DeferedProcessing.cs
- ExecutionScope.cs
- PolyBezierSegment.cs
- XmlName.cs
- PositiveTimeSpanValidatorAttribute.cs
- SSmlParser.cs
- ExtensionMethods.cs
- ClientConvert.cs
- MemberRelationshipService.cs
- DefaultEventAttribute.cs
- QueryAccessibilityHelpEvent.cs
- safelink.cs
- filewebresponse.cs
- Random.cs
- BamlStream.cs
- SqlColumnizer.cs
- GridLength.cs
- PropertyPushdownHelper.cs