Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OLEDB_Util.cs
- SR.cs
- XamlSerializerUtil.cs
- CodeDomConfigurationHandler.cs
- SchemaSetCompiler.cs
- ChangePassword.cs
- ReadOnlyDataSourceView.cs
- CacheManager.cs
- LinqDataSourceHelper.cs
- DefaultParameterValueAttribute.cs
- OpenTypeCommon.cs
- ResourceReferenceKeyNotFoundException.cs
- SchemaSetCompiler.cs
- PhonemeConverter.cs
- ISO2022Encoding.cs
- DoubleCollectionConverter.cs
- PrincipalPermission.cs
- Transform.cs
- WebZone.cs
- ClaimComparer.cs
- Int64Animation.cs
- ServiceOperationInvoker.cs
- PageThemeCodeDomTreeGenerator.cs
- TimelineCollection.cs
- EventItfInfo.cs
- BufferedWebEventProvider.cs
- WsdlImporterElementCollection.cs
- ValidationRule.cs
- StrongNameUtility.cs
- PresentationUIStyleResources.cs
- FactoryId.cs
- SafeEventHandle.cs
- Attributes.cs
- Geometry.cs
- HttpFileCollection.cs
- WorkerRequest.cs
- CheckedListBox.cs
- BackoffTimeoutHelper.cs
- ObjectDataSourceMethodEventArgs.cs
- FilterElement.cs
- ThreadAbortException.cs
- SecurityIdentifierElement.cs
- SqlExpander.cs
- TransportationConfigurationTypeInstallComponent.cs
- WebHeaderCollection.cs
- ValidationErrorCollection.cs
- XmlSchemaSearchPattern.cs
- LocalClientSecuritySettingsElement.cs
- SerializationAttributes.cs
- sqlnorm.cs
- DataGridGeneralPage.cs
- LineServices.cs
- LassoSelectionBehavior.cs
- RuntimeArgumentHandle.cs
- TableDetailsCollection.cs
- SecurityManager.cs
- XmlElementAttribute.cs
- CannotUnloadAppDomainException.cs
- WindowsEditBox.cs
- PrivateFontCollection.cs
- DocComment.cs
- PropertyPathWorker.cs
- SeekableReadStream.cs
- JapaneseLunisolarCalendar.cs
- DataGridViewToolTip.cs
- QueryPageSettingsEventArgs.cs
- SqlSelectStatement.cs
- ForeignKeyConstraint.cs
- PropertyEmitter.cs
- StringBuilder.cs
- UrlAuthFailedErrorFormatter.cs
- Double.cs
- RunInstallerAttribute.cs
- BoundsDrawingContextWalker.cs
- AccessKeyManager.cs
- PartBasedPackageProperties.cs
- ClonableStack.cs
- ConfigurationLocation.cs
- FrameSecurityDescriptor.cs
- WindowsIPAddress.cs
- cache.cs
- UriTemplate.cs
- ZoneButton.cs
- SharedConnectionWorkflowTransactionService.cs
- DbConnectionInternal.cs
- VideoDrawing.cs
- XmlBufferReader.cs
- XmlEncoding.cs
- StreamUpdate.cs
- TextElementCollection.cs
- Win32SafeHandles.cs
- NameValuePermission.cs
- FileUpload.cs
- SurrogateEncoder.cs
- CompressedStack.cs
- SqlStatistics.cs
- OpCopier.cs
- handlecollector.cs
- TableLayoutSettings.cs
- ListViewItem.cs