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
- HandoffBehavior.cs
- ListBox.cs
- MainMenu.cs
- ConstraintEnumerator.cs
- Empty.cs
- UnderstoodHeaders.cs
- EventLogException.cs
- FocusTracker.cs
- StrokeNodeOperations.cs
- RuntimeHelpers.cs
- _SSPIWrapper.cs
- PackageRelationshipCollection.cs
- FactoryId.cs
- InvalidOleVariantTypeException.cs
- HtmlTextArea.cs
- TableRowGroup.cs
- PostBackOptions.cs
- SingleObjectCollection.cs
- DataTableClearEvent.cs
- ErrorHandler.cs
- RegexRunner.cs
- ExtensionDataReader.cs
- DomNameTable.cs
- MachineKeySection.cs
- UnionCodeGroup.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- XmlIlTypeHelper.cs
- ByteRangeDownloader.cs
- PageStatePersister.cs
- RuleElement.cs
- DataObjectSettingDataEventArgs.cs
- HTMLTagNameToTypeMapper.cs
- _PooledStream.cs
- ObjectItemAttributeAssemblyLoader.cs
- Delegate.cs
- GiveFeedbackEvent.cs
- IPAddress.cs
- ParagraphResult.cs
- PassportAuthenticationEventArgs.cs
- ListBoxItem.cs
- DelayedRegex.cs
- DataReaderContainer.cs
- RequestQueryProcessor.cs
- XamlBuildTaskServices.cs
- CodeAssignStatement.cs
- GridItemPattern.cs
- BitmapFrameEncode.cs
- AddInController.cs
- _ListenerResponseStream.cs
- NumberFormatter.cs
- TypeExtensionConverter.cs
- ThumbButtonInfoCollection.cs
- DbReferenceCollection.cs
- TypeUtils.cs
- SimpleWorkerRequest.cs
- Int32Rect.cs
- DuplicateMessageDetector.cs
- XmlRootAttribute.cs
- Animatable.cs
- ControlValuePropertyAttribute.cs
- Util.cs
- CopyCodeAction.cs
- WmiEventSink.cs
- WeakHashtable.cs
- TextEditorParagraphs.cs
- Rect3D.cs
- InvokePattern.cs
- XmlEnumAttribute.cs
- WmpBitmapEncoder.cs
- IItemProperties.cs
- SequentialUshortCollection.cs
- ProgressChangedEventArgs.cs
- XamlTreeBuilder.cs
- Int32EqualityComparer.cs
- QueryCursorEventArgs.cs
- SupportingTokenProviderSpecification.cs
- Padding.cs
- StreamReader.cs
- DataKeyArray.cs
- DateTimeFormat.cs
- RtfToken.cs
- ActiveXContainer.cs
- ObjRef.cs
- Soap.cs
- Maps.cs
- ExpressionPrinter.cs
- MachineKeyConverter.cs
- ListChunk.cs
- WeakReference.cs
- ExtensionDataObject.cs
- UniqueIdentifierService.cs
- XmlChildEnumerator.cs
- XPathPatternBuilder.cs
- EntityDataSourceSelectingEventArgs.cs
- FieldToken.cs
- AuthorizationContext.cs
- DataColumnPropertyDescriptor.cs
- ExecutionContext.cs
- _StreamFramer.cs
- AvtEvent.cs