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)
50
if (
_paragraphProperties
.FlowDirection == FlowDirection.RightToLeft)
81
get { return
_paragraphProperties
.FirstLineInParagraph; }
86
get { return
_paragraphProperties
.AlwaysCollapsible; }
101
get { return
_paragraphProperties
.DefaultIncrementalTab; }
106
get { return
_paragraphProperties
.Tabs; }
111
get { return
_paragraphProperties
.TextAlignment; }
116
get { return
_paragraphProperties
.TextAlignment == TextAlignment.Justify; }
121
get { return
_paragraphProperties
.TextWrapping == TextWrapping.Wrap; }
126
get { return
_paragraphProperties
.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }
131
get { return
_paragraphProperties
.DefaultTextRunProperties.Typeface; }
146
get { return
_paragraphProperties
.TextMarkerProperties; }
151
get { return
_paragraphProperties
.Hyphenator; }
156
get { return
_paragraphProperties
.TextDecorations; }
161
get { return
_paragraphProperties
.DefaultTextRunProperties.ForegroundBrush; }