1 write to _paragraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
43_paragraphProperties = paragraphProperties;
14 references to _paragraphProperties
PresentationCore (14)
MS\Internal\TextFormatting\TextProperties.cs (14)
50if (_paragraphProperties.FlowDirection == FlowDirection.RightToLeft) 81get { return _paragraphProperties.FirstLineInParagraph; } 86get { return _paragraphProperties.AlwaysCollapsible; } 101get { return _paragraphProperties.DefaultIncrementalTab; } 106get { return _paragraphProperties.Tabs; } 111get { return _paragraphProperties.TextAlignment; } 116get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; } 121get { return _paragraphProperties.TextWrapping == TextWrapping.Wrap; } 126get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; } 131get { return _paragraphProperties.DefaultTextRunProperties.Typeface; } 146get { return _paragraphProperties.TextMarkerProperties; } 151get { return _paragraphProperties.Hyphenator; } 156get { return _paragraphProperties.TextDecorations; } 161get { return _paragraphProperties.DefaultTextRunProperties.ForegroundBrush; }