1 write to _paragraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
37
_paragraphProperties
= paragraphProperties;
14 references to _paragraphProperties
PresentationCore (14)
MS\Internal\TextFormatting\TextProperties.cs (14)
44
if (
_paragraphProperties
.FlowDirection == FlowDirection.RightToLeft)
75
get { return
_paragraphProperties
.FirstLineInParagraph; }
80
get { return
_paragraphProperties
.AlwaysCollapsible; }
95
get { return
_paragraphProperties
.DefaultIncrementalTab; }
100
get { return
_paragraphProperties
.Tabs; }
105
get { return
_paragraphProperties
.TextAlignment; }
110
get { return
_paragraphProperties
.TextAlignment == TextAlignment.Justify; }
115
get { return
_paragraphProperties
.TextWrapping == TextWrapping.Wrap; }
120
get { return
_paragraphProperties
.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }
125
get { return
_paragraphProperties
.DefaultTextRunProperties.Typeface; }
140
get { return
_paragraphProperties
.TextMarkerProperties; }
145
get { return
_paragraphProperties
.Hyphenator; }
150
get { return
_paragraphProperties
.TextDecorations; }
155
get { return
_paragraphProperties
.DefaultTextRunProperties.ForegroundBrush; }