1 write to _paragraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
36_paragraphProperties = paragraphProperties;
14 references to _paragraphProperties
PresentationCore (14)
MS\Internal\TextFormatting\TextProperties.cs (14)
43if (_paragraphProperties.FlowDirection == FlowDirection.RightToLeft) 74get { return _paragraphProperties.FirstLineInParagraph; } 79get { return _paragraphProperties.AlwaysCollapsible; } 94get { return _paragraphProperties.DefaultIncrementalTab; } 99get { return _paragraphProperties.Tabs; } 104get { return _paragraphProperties.TextAlignment; } 109get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; } 114get { return _paragraphProperties.TextWrapping == TextWrapping.Wrap; } 119get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; } 124get { return _paragraphProperties.DefaultTextRunProperties.Typeface; } 139get { return _paragraphProperties.TextMarkerProperties; } 144get { return _paragraphProperties.Hyphenator; } 149get { return _paragraphProperties.TextDecorations; } 154get { return _paragraphProperties.DefaultTextRunProperties.ForegroundBrush; }