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
- DebugInfo.cs
- DataContractAttribute.cs
- SqlEnums.cs
- LineBreakRecord.cs
- BaseDataListPage.cs
- HwndHostAutomationPeer.cs
- CheckBoxPopupAdapter.cs
- IsolatedStorageFile.cs
- x509store.cs
- ElementMarkupObject.cs
- MemberRelationshipService.cs
- FlowNode.cs
- BindingValueChangedEventArgs.cs
- GlobalItem.cs
- TableLayoutSettings.cs
- NativeMethods.cs
- DataGridTable.cs
- GeometryDrawing.cs
- StrokeRenderer.cs
- RawKeyboardInputReport.cs
- DataReceivedEventArgs.cs
- MonthChangedEventArgs.cs
- AudioLevelUpdatedEventArgs.cs
- CapabilitiesRule.cs
- ListView.cs
- BufferedWebEventProvider.cs
- prefixendpointaddressmessagefiltertable.cs
- Delay.cs
- CustomCategoryAttribute.cs
- StructuredTypeEmitter.cs
- HtmlInputFile.cs
- CalendarTable.cs
- RawStylusInputCustomData.cs
- WebPartEditorApplyVerb.cs
- MailMessageEventArgs.cs
- RubberbandSelector.cs
- StatusBarAutomationPeer.cs
- CompositeControl.cs
- XmlAttributeCache.cs
- BindValidator.cs
- Point3DCollectionValueSerializer.cs
- Win32PrintDialog.cs
- XmlBaseReader.cs
- AppDomainResourcePerfCounters.cs
- FrameworkObject.cs
- ReadWriteObjectLock.cs
- WsatAdminException.cs
- Expander.cs
- DataControlButton.cs
- LayoutDump.cs
- ErrorRuntimeConfig.cs
- DataGridViewIntLinkedList.cs
- WebPartConnection.cs
- SoapAttributes.cs
- KnowledgeBase.cs
- SvcMapFile.cs
- FacetValues.cs
- RoleBoolean.cs
- DecoratedNameAttribute.cs
- EventLogPermission.cs
- SortDescription.cs
- CollectionViewSource.cs
- Matrix.cs
- VisualBasicDesignerHelper.cs
- InstanceOwnerQueryResult.cs
- XmlDataDocument.cs
- IntranetCredentialPolicy.cs
- Vector3DAnimation.cs
- IsolatedStorageFileStream.cs
- MaterializeFromAtom.cs
- AppDomain.cs
- Int32.cs
- UIElementPropertyUndoUnit.cs
- RuntimeHandles.cs
- SafeHandle.cs
- MessageQueuePermission.cs
- SqlDataReaderSmi.cs
- Touch.cs
- BitmapEffectGeneralTransform.cs
- RSACryptoServiceProvider.cs
- WaitHandle.cs
- DrawingAttributes.cs
- AttachInfo.cs
- DetailsViewCommandEventArgs.cs
- SQLStringStorage.cs
- cache.cs
- SamlConditions.cs
- ZipIOLocalFileHeader.cs
- ComponentCollection.cs
- NameValueConfigurationElement.cs
- SafeReadContext.cs
- CharacterBuffer.cs
- BooleanFunctions.cs
- TabItemAutomationPeer.cs
- StringCollection.cs
- InvokePattern.cs
- TransactionManager.cs
- TemplatedWizardStep.cs
- ScrollChrome.cs
- DefaultValidator.cs