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
- Form.cs
- X509CertificateCollection.cs
- InstallerTypeAttribute.cs
- BaseCodePageEncoding.cs
- XslVisitor.cs
- FormsAuthenticationUserCollection.cs
- WsdlInspector.cs
- FocusWithinProperty.cs
- StringSorter.cs
- CodeCompiler.cs
- ProgressPage.cs
- TypeContext.cs
- InvokeMethodActivityDesigner.cs
- PropertyPathConverter.cs
- WorkflowDurableInstance.cs
- CompressedStack.cs
- SerialPort.cs
- CommonObjectSecurity.cs
- GridViewAutomationPeer.cs
- BoolExpression.cs
- StrokeCollectionConverter.cs
- OleDbPermission.cs
- Viewport3DVisual.cs
- BezierSegment.cs
- PinnedBufferMemoryStream.cs
- WindowShowOrOpenTracker.cs
- IImplicitResourceProvider.cs
- SequenceFullException.cs
- HostnameComparisonMode.cs
- PointAnimation.cs
- AssemblySettingAttributes.cs
- TemplateControlParser.cs
- DropShadowBitmapEffect.cs
- InfocardInteractiveChannelInitializer.cs
- ColorContext.cs
- SelectionChangedEventArgs.cs
- HttpModuleActionCollection.cs
- PtsContext.cs
- WeakHashtable.cs
- HttpResponse.cs
- InstancePersistenceCommand.cs
- ResXDataNode.cs
- DispatchChannelSink.cs
- ChunkedMemoryStream.cs
- TemplateControlBuildProvider.cs
- SecurityManager.cs
- MemberInfoSerializationHolder.cs
- XmlSerializerFactory.cs
- OleDbRowUpdatedEvent.cs
- InputLangChangeEvent.cs
- MatrixAnimationBase.cs
- IDispatchConstantAttribute.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- ErrorWrapper.cs
- XmlSchemaValidationException.cs
- Image.cs
- ColorBlend.cs
- DataListAutoFormat.cs
- SQLRoleProvider.cs
- Walker.cs
- SystemResourceKey.cs
- SymbolPair.cs
- MethodExpr.cs
- Baml6ConstructorInfo.cs
- InProcStateClientManager.cs
- TraceHwndHost.cs
- ServiceTimeoutsBehavior.cs
- ServiceSecurityAuditElement.cs
- HtmlDocument.cs
- ByteAnimationUsingKeyFrames.cs
- _Connection.cs
- ParallelDesigner.cs
- DbTransaction.cs
- WindowsBrush.cs
- DrawingGroupDrawingContext.cs
- ByteRangeDownloader.cs
- KeyNotFoundException.cs
- MdbDataFileEditor.cs
- DataGridColumnCollection.cs
- DropShadowBitmapEffect.cs
- TerminatorSinks.cs
- VariableBinder.cs
- input.cs
- ThousandthOfEmRealDoubles.cs
- SafeNativeMethodsMilCoreApi.cs
- AdornerHitTestResult.cs
- EventRoute.cs
- DesignerRegion.cs
- _Rfc2616CacheValidators.cs
- UpdateTracker.cs
- XmlTextReaderImplHelpers.cs
- ScriptReferenceEventArgs.cs
- newitemfactory.cs
- SafeArrayTypeMismatchException.cs
- DocumentEventArgs.cs
- dsa.cs
- CDSsyncETWBCLProvider.cs
- ItemCollection.cs
- TrackingDataItemValue.cs
- XmlMapping.cs