Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / MS / Internal / PtsHost / ListItemParagraph.cs / 1 / ListItemParagraph.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: ListItemParagraph.cs // // Description: ListItemParagraph represents a single list item. // // History: // 06/01/2004 : [....] - moving from Avalon branch. // //--------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Documents; using MS.Internal.Text; namespace MS.Internal.PtsHost { ////// ListItemParagraph represents a single list item. /// internal sealed class ListItemParagraph : ContainerParagraph { ////// Constructor /// /// /// Element associated with paragraph. /// /// /// Content's structural cache /// internal ListItemParagraph(DependencyObject element, StructuralCache structuralCache) : base(element, structuralCache) { } } } // 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
- MenuItemBindingCollection.cs
- StylusButtonCollection.cs
- TimeoutHelper.cs
- InheritanceContextChangedEventManager.cs
- KnowledgeBase.cs
- DataRecordObjectView.cs
- Marshal.cs
- CustomErrorsSectionWrapper.cs
- XmlTextEncoder.cs
- ImageBrush.cs
- DirtyTextRange.cs
- DbDataAdapter.cs
- CubicEase.cs
- ExpressionStringBuilder.cs
- TextOptions.cs
- DrawListViewItemEventArgs.cs
- DataDesignUtil.cs
- GridItemPatternIdentifiers.cs
- TextServicesPropertyRanges.cs
- SqlCacheDependencySection.cs
- HwndPanningFeedback.cs
- BaseTreeIterator.cs
- SocketElement.cs
- OperatingSystem.cs
- Color.cs
- HMACSHA512.cs
- HwndStylusInputProvider.cs
- SqlWebEventProvider.cs
- SQLDecimal.cs
- _SingleItemRequestCache.cs
- DocumentReference.cs
- Rectangle.cs
- OleDbConnectionFactory.cs
- StorageAssociationTypeMapping.cs
- TextureBrush.cs
- SiteMapProvider.cs
- MetaColumn.cs
- CodeNamespaceImport.cs
- StrongNameMembershipCondition.cs
- DataGridHeaderBorder.cs
- LinearKeyFrames.cs
- Document.cs
- CodeDirectionExpression.cs
- IPGlobalProperties.cs
- EndpointInfo.cs
- SafeHandles.cs
- OrderedDictionary.cs
- ProfilePropertyNameValidator.cs
- SettingsProperty.cs
- GlyphInfoList.cs
- TemplateNameScope.cs
- WindowClosedEventArgs.cs
- MemoryStream.cs
- VerticalAlignConverter.cs
- ProxyManager.cs
- Tablet.cs
- ListDictionaryInternal.cs
- EntitySqlQueryCacheEntry.cs
- SqlCacheDependencyDatabaseCollection.cs
- GACIdentityPermission.cs
- SqlRetyper.cs
- BrowserCapabilitiesFactory.cs
- AppDomainAttributes.cs
- OrderingQueryOperator.cs
- TreeBuilderBamlTranslator.cs
- Int32Animation.cs
- ReadOnlyDictionary.cs
- DirectionalLight.cs
- XmlAttributeProperties.cs
- ComplexPropertyEntry.cs
- safelinkcollection.cs
- AssociativeAggregationOperator.cs
- TypefaceMap.cs
- Internal.cs
- Propagator.cs
- NativeMethods.cs
- SrgsOneOf.cs
- XmlEncodedRawTextWriter.cs
- GridViewDeletedEventArgs.cs
- HttpModuleCollection.cs
- Rectangle.cs
- ModuleElement.cs
- ThemeDictionaryExtension.cs
- RTLAwareMessageBox.cs
- WebPartTracker.cs
- QueryParameter.cs
- WCFModelStrings.Designer.cs
- ToolStripRenderer.cs
- CacheModeConverter.cs
- ExternalDataExchangeService.cs
- DefaultEventAttribute.cs
- DesignTimeType.cs
- OracleCommandBuilder.cs
- BaseComponentEditor.cs
- NavigationPropertyAccessor.cs
- EmptyWorkItem.cs
- ConstructorNeedsTagAttribute.cs
- GeneratedView.cs
- DataGridRowHeaderAutomationPeer.cs
- SpotLight.cs