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)
43
if (
_paragraphProperties
.FlowDirection == FlowDirection.RightToLeft)
74
get { return
_paragraphProperties
.FirstLineInParagraph; }
79
get { return
_paragraphProperties
.AlwaysCollapsible; }
94
get { return
_paragraphProperties
.DefaultIncrementalTab; }
99
get { return
_paragraphProperties
.Tabs; }
104
get { return
_paragraphProperties
.TextAlignment; }
109
get { return
_paragraphProperties
.TextAlignment == TextAlignment.Justify; }
114
get { return
_paragraphProperties
.TextWrapping == TextWrapping.Wrap; }
119
get { return
_paragraphProperties
.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }
124
get { return
_paragraphProperties
.DefaultTextRunProperties.Typeface; }
139
get { return
_paragraphProperties
.TextMarkerProperties; }
144
get { return
_paragraphProperties
.Hyphenator; }
149
get { return
_paragraphProperties
.TextDecorations; }
154
get { return
_paragraphProperties
.DefaultTextRunProperties.ForegroundBrush; }