1 write to _paragraphProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
45_paragraphProperties = paragraphProperties;
14 references to _paragraphProperties
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (14)
52if (_paragraphProperties.FlowDirection == FlowDirection.RightToLeft) 83get { return _paragraphProperties.FirstLineInParagraph; } 88get { return _paragraphProperties.AlwaysCollapsible; } 103get { return _paragraphProperties.DefaultIncrementalTab; } 108get { return _paragraphProperties.Tabs; } 113get { return _paragraphProperties.TextAlignment; } 118get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; } 123get { return _paragraphProperties.TextWrapping == TextWrapping.Wrap; } 128get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; } 133get { return _paragraphProperties.DefaultTextRunProperties.Typeface; } 148get { return _paragraphProperties.TextMarkerProperties; } 153get { return _paragraphProperties.Hyphenator; } 158get { return _paragraphProperties.TextDecorations; } 163get { return _paragraphProperties.DefaultTextRunProperties.ForegroundBrush; }