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
- ButtonFieldBase.cs
- DataGridHeaderBorder.cs
- _PooledStream.cs
- XmlDataFileEditor.cs
- GPPOINTF.cs
- Util.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- Transform.cs
- FormViewInsertedEventArgs.cs
- GeneralTransform3D.cs
- ScriptComponentDescriptor.cs
- handlecollector.cs
- WinInet.cs
- ActivitySurrogate.cs
- _OverlappedAsyncResult.cs
- PreservationFileWriter.cs
- GZipStream.cs
- FormsAuthenticationConfiguration.cs
- DropShadowBitmapEffect.cs
- IISUnsafeMethods.cs
- EventHandlers.cs
- StringToken.cs
- DesignerCommandAdapter.cs
- CompilerParameters.cs
- FormViewCommandEventArgs.cs
- Guid.cs
- OutputCacheSettingsSection.cs
- NameSpaceExtractor.cs
- CodeSpit.cs
- DocumentXmlWriter.cs
- StatusBarPanel.cs
- ObjectListComponentEditor.cs
- ButtonField.cs
- ThreadStaticAttribute.cs
- SkipStoryboardToFill.cs
- PageContentCollection.cs
- OleDbCommand.cs
- WebPartAuthorizationEventArgs.cs
- SqlDataSourceView.cs
- Popup.cs
- PersonalizableAttribute.cs
- Mapping.cs
- WindowsIPAddress.cs
- EndpointIdentityExtension.cs
- RootBrowserWindowAutomationPeer.cs
- ScaleTransform3D.cs
- SqlSelectStatement.cs
- ClipboardProcessor.cs
- ReceiveSecurityHeaderElementManager.cs
- streamingZipPartStream.cs
- StringAnimationBase.cs
- InvokeHandlers.cs
- EFColumnProvider.cs
- COM2PropertyDescriptor.cs
- Rfc2898DeriveBytes.cs
- CursorConverter.cs
- CellTreeSimplifier.cs
- Attributes.cs
- BufferBuilder.cs
- RijndaelManagedTransform.cs
- AdapterSwitches.cs
- Point3DKeyFrameCollection.cs
- DoubleAnimation.cs
- Script.cs
- TemplateEditingFrame.cs
- EventWaitHandle.cs
- SqlTopReducer.cs
- TagMapInfo.cs
- XsdValidatingReader.cs
- SmtpTransport.cs
- BypassElement.cs
- SymbolPair.cs
- BackStopAuthenticationModule.cs
- ServiceHostingEnvironment.cs
- XmlnsDefinitionAttribute.cs
- DoubleLink.cs
- ConstantSlot.cs
- InternalConfigHost.cs
- ImageCodecInfo.cs
- basemetadatamappingvisitor.cs
- RenderOptions.cs
- RowToFieldTransformer.cs
- GeometryModel3D.cs
- StylusEditingBehavior.cs
- DbException.cs
- DataGrid.cs
- ContextMenu.cs
- BitSet.cs
- EndEvent.cs
- PropertyChangingEventArgs.cs
- DataServiceQueryException.cs
- XmlIlTypeHelper.cs
- ExceptionHandlerDesigner.cs
- OpCopier.cs
- cookie.cs
- AccessDataSourceView.cs
- DrawingImage.cs
- StateMachineHistory.cs
- ColumnReorderedEventArgs.cs
- MetadataItem.cs