Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Documents / ListItemCollection.cs / 1 / ListItemCollection.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Collection of ListItem elements // //--------------------------------------------------------------------------- namespace System.Windows.Documents { using MS.Internal; // Invariant ////// Collection of ListItem elements /// public class ListItemCollection : TextElementCollection{ //------------------------------------------------------------------- // // Constructors // //------------------------------------------------------------------- #region Constructors // This kind of collection is suposed to be created by owning List elements only. // Note that when a SiblingListItems collection is created for a ListItem, the owner of collection is that member ListItem object. // Flag isOwnerParent indicates whether owner is a parent or a member of the collection. internal ListItemCollection(DependencyObject owner, bool isOwnerParent) : base(owner, isOwnerParent) { } #endregion Constructors //-------------------------------------------------------------------- // // Public Properties // //------------------------------------------------------------------- #region Public Properties /// /// Returns a first ListItem of this collection /// public ListItem FirstListItem { get { return this.FirstChild; } } ////// Returns a last ListItem of this collection /// public ListItem LastListItem { get { return this.LastChild; } } #endregion Public Properties } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlTopReducer.cs
- TreeViewBindingsEditorForm.cs
- ActivityInstanceMap.cs
- Queue.cs
- EntityContainerRelationshipSet.cs
- Expander.cs
- ImplicitInputBrush.cs
- ComponentConverter.cs
- PassportAuthenticationEventArgs.cs
- PolicyAssertionCollection.cs
- HttpListenerRequest.cs
- AlignmentYValidation.cs
- AbsoluteQuery.cs
- ConfigurationErrorsException.cs
- CodeCastExpression.cs
- __FastResourceComparer.cs
- RepeatBehaviorConverter.cs
- TemplateGroupCollection.cs
- CombinedGeometry.cs
- XsltOutput.cs
- CharAnimationBase.cs
- WorkflowPersistenceService.cs
- Int32Storage.cs
- TypeInfo.cs
- NavigationExpr.cs
- DateTimeValueSerializer.cs
- XamlSerializerUtil.cs
- SizeLimitedCache.cs
- OdbcConnection.cs
- IconConverter.cs
- ReflectionServiceProvider.cs
- XmlSchemaSimpleTypeRestriction.cs
- CryptoProvider.cs
- EnumerationRangeValidationUtil.cs
- ComponentResourceManager.cs
- SafeLocalMemHandle.cs
- SubMenuStyle.cs
- Transform3D.cs
- GuidelineCollection.cs
- SelectionUIService.cs
- AuthorizationRule.cs
- ServerReliableChannelBinder.cs
- BamlTreeUpdater.cs
- BinaryMethodMessage.cs
- ClientFormsAuthenticationCredentials.cs
- TextProviderWrapper.cs
- Animatable.cs
- ResXResourceWriter.cs
- ColorAnimationBase.cs
- nulltextnavigator.cs
- IPipelineRuntime.cs
- DataGridViewCellStyleConverter.cs
- ByteKeyFrameCollection.cs
- Rectangle.cs
- Misc.cs
- WorkflowQueueInfo.cs
- wgx_render.cs
- SelectingProviderEventArgs.cs
- _CookieModule.cs
- BehaviorEditorPart.cs
- ConnectionOrientedTransportElement.cs
- EncoderReplacementFallback.cs
- XmlValidatingReaderImpl.cs
- StatusBarItem.cs
- ExceptionValidationRule.cs
- PageThemeParser.cs
- MLangCodePageEncoding.cs
- DiscardableAttribute.cs
- TextBoxBase.cs
- localization.cs
- Single.cs
- DirtyTextRange.cs
- EmulateRecognizeCompletedEventArgs.cs
- GridSplitterAutomationPeer.cs
- TemplateEditingService.cs
- RadioButton.cs
- BaseInfoTable.cs
- DataPager.cs
- DataKeyArray.cs
- _Events.cs
- SqlDataSourceCache.cs
- DataControlImageButton.cs
- DefaultPropertyAttribute.cs
- WebExceptionStatus.cs
- ToolboxItemAttribute.cs
- ConfigurationStrings.cs
- ComplexBindingPropertiesAttribute.cs
- X509Certificate2.cs
- PropertyEmitterBase.cs
- FontWeights.cs
- TextAction.cs
- ToolboxItemCollection.cs
- _HeaderInfoTable.cs
- Point4DConverter.cs
- NotifyParentPropertyAttribute.cs
- GreenMethods.cs
- TrackingParticipant.cs
- MessageSmuggler.cs
- Attribute.cs
- DbUpdateCommandTree.cs