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)
52
if (
_paragraphProperties
.FlowDirection == FlowDirection.RightToLeft)
83
get { return
_paragraphProperties
.FirstLineInParagraph; }
88
get { return
_paragraphProperties
.AlwaysCollapsible; }
103
get { return
_paragraphProperties
.DefaultIncrementalTab; }
108
get { return
_paragraphProperties
.Tabs; }
113
get { return
_paragraphProperties
.TextAlignment; }
118
get { return
_paragraphProperties
.TextAlignment == TextAlignment.Justify; }
123
get { return
_paragraphProperties
.TextWrapping == TextWrapping.Wrap; }
128
get { return
_paragraphProperties
.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }
133
get { return
_paragraphProperties
.DefaultTextRunProperties.Typeface; }
148
get { return
_paragraphProperties
.TextMarkerProperties; }
153
get { return
_paragraphProperties
.Hyphenator; }
158
get { return
_paragraphProperties
.TextDecorations; }
163
get { return
_paragraphProperties
.DefaultTextRunProperties.ForegroundBrush; }