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
- FormParameter.cs
- WebPartActionVerb.cs
- ItemChangedEventArgs.cs
- ConnectionPoolManager.cs
- Soap12FormatExtensions.cs
- XmlBinaryReader.cs
- CharacterShapingProperties.cs
- TemplateLookupAction.cs
- TransformPattern.cs
- AccessDataSourceView.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- DataServiceProcessingPipeline.cs
- BinaryReader.cs
- SchemaElementLookUpTable.cs
- EnumerableRowCollectionExtensions.cs
- Token.cs
- DesignTimeXamlWriter.cs
- CellConstant.cs
- ArgumentDesigner.xaml.cs
- SerializationException.cs
- WebPartZoneBase.cs
- SupportsEventValidationAttribute.cs
- EnumConverter.cs
- IFlowDocumentViewer.cs
- ColumnPropertiesGroup.cs
- AsymmetricKeyExchangeFormatter.cs
- InternalMappingException.cs
- CredentialCache.cs
- TabPage.cs
- HtmlTableCellCollection.cs
- CodeAttributeArgumentCollection.cs
- DataPagerFieldCommandEventArgs.cs
- PropertyOverridesDialog.cs
- ExpressionParser.cs
- EdmItemCollection.cs
- TokenFactoryFactory.cs
- SecureEnvironment.cs
- Part.cs
- ListViewGroupItemCollection.cs
- mediaclock.cs
- TypographyProperties.cs
- ExtendedProperty.cs
- ValueTypeFixupInfo.cs
- BindToObject.cs
- BrowserDefinitionCollection.cs
- DesignerAutoFormat.cs
- Solver.cs
- GridViewDeleteEventArgs.cs
- FigureParaClient.cs
- KeyToListMap.cs
- ToolStripMenuItem.cs
- OracleParameterBinding.cs
- SchemaImporterExtensionsSection.cs
- Span.cs
- AssemblyCache.cs
- StylusDownEventArgs.cs
- SqlConnectionString.cs
- AbstractDataSvcMapFileLoader.cs
- LayoutManager.cs
- _SslState.cs
- XD.cs
- ArcSegment.cs
- QilExpression.cs
- Crypto.cs
- SmiMetaDataProperty.cs
- XmlSerializableWriter.cs
- FamilyMap.cs
- NameTable.cs
- SmtpMail.cs
- SchemaElementLookUpTable.cs
- AccessDataSourceView.cs
- SignatureDescription.cs
- Enlistment.cs
- MimeTypeMapper.cs
- MemberMaps.cs
- SqlRowUpdatedEvent.cs
- DmlSqlGenerator.cs
- versioninfo.cs
- PasswordBoxAutomationPeer.cs
- ComplexBindingPropertiesAttribute.cs
- ToolBarButtonDesigner.cs
- HitTestParameters.cs
- SimplePropertyEntry.cs
- ItemCheckedEvent.cs
- ToolTipService.cs
- AuthenticationModuleElementCollection.cs
- ExpressionConverter.cs
- TrackingQuery.cs
- TaskSchedulerException.cs
- Rect.cs
- HttpCachePolicyElement.cs
- CodeConstructor.cs
- SystemIPv4InterfaceProperties.cs
- DrawingContextDrawingContextWalker.cs
- XmlSchemaElement.cs
- TagPrefixInfo.cs
- ServiceActivationException.cs
- ReadWriteObjectLock.cs
- ConnectionManagementSection.cs
- NativeBuffer.cs