Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / PtsHost / ListItemParagraph.cs / 1305600 / 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. //---------------------------------------------------------------------------- // // 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
- AspNetHostingPermission.cs
- DateTimeFormatInfo.cs
- Crc32.cs
- QueryReaderSettings.cs
- PhonemeConverter.cs
- XPathNavigator.cs
- XmlArrayAttribute.cs
- SqlComparer.cs
- ExpressionNode.cs
- ToolboxControl.cs
- CaseInsensitiveHashCodeProvider.cs
- invalidudtexception.cs
- ExternalException.cs
- XmlResolver.cs
- DateBoldEvent.cs
- ButtonBaseAdapter.cs
- VerifyHashRequest.cs
- SemanticAnalyzer.cs
- SymbolEqualComparer.cs
- UrlMappingCollection.cs
- MetadataArtifactLoaderComposite.cs
- SimpleType.cs
- ManipulationLogic.cs
- WsatProxy.cs
- ColorMap.cs
- SQLBytes.cs
- XmlSchemaInfo.cs
- ToolStripItemCollection.cs
- SBCSCodePageEncoding.cs
- GCHandleCookieTable.cs
- PartitionResolver.cs
- ListViewSortEventArgs.cs
- __Filters.cs
- CapacityStreamGeometryContext.cs
- TextBox.cs
- MatrixCamera.cs
- ProjectedSlot.cs
- PropertyChangedEventArgs.cs
- SourceSwitch.cs
- Quaternion.cs
- AmbientLight.cs
- SqlServices.cs
- InputBuffer.cs
- CaseInsensitiveComparer.cs
- RC2.cs
- OciLobLocator.cs
- _SingleItemRequestCache.cs
- ExtendedPropertyDescriptor.cs
- mongolianshape.cs
- StringAnimationUsingKeyFrames.cs
- Popup.cs
- FrameworkElementFactoryMarkupObject.cs
- SplitterEvent.cs
- CompressionTracing.cs
- sortedlist.cs
- PrimitiveXmlSerializers.cs
- PropertyGroupDescription.cs
- ShapeTypeface.cs
- OleCmdHelper.cs
- XDeferredAxisSource.cs
- MethodCallTranslator.cs
- ServiceNotStartedException.cs
- SspiWrapper.cs
- MonthChangedEventArgs.cs
- ListViewTableCell.cs
- CompositeScriptReferenceEventArgs.cs
- DependencyObject.cs
- RequestDescription.cs
- AttributeTable.cs
- Reference.cs
- SrgsItemList.cs
- OneOfElement.cs
- DataGridViewUtilities.cs
- CodeGroup.cs
- CustomAttributeSerializer.cs
- Region.cs
- UriExt.cs
- ElementsClipboardData.cs
- oledbmetadatacollectionnames.cs
- DrawingVisual.cs
- DataGridViewLinkColumn.cs
- MarkupExtensionParser.cs
- DesignerVerb.cs
- WrappedIUnknown.cs
- AsymmetricSignatureDeformatter.cs
- ReadOnlyDataSource.cs
- StreamedFramingRequestChannel.cs
- Directory.cs
- TimeSpanStorage.cs
- ConfigXmlDocument.cs
- RecordConverter.cs
- ObjectTokenCategory.cs
- HttpVersion.cs
- CompModSwitches.cs
- DesignerProperties.cs
- FamilyMap.cs
- WindowCollection.cs
- KeyValueSerializer.cs
- SoapHeaders.cs
- GAC.cs