1 write to _defaultParaProps
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
251
_defaultParaProps
= new GenericTextParagraphProperties(
19 references to _defaultParaProps
PresentationCore (19)
Core\CSharp\System\Windows\Media\FormattedText.cs (19)
282
_defaultParaProps
.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip;
1027
_that.
_defaultParaProps
,
1077
_that.
_defaultParaProps
,
1097
TextWrapping currentWrap = _that.
_defaultParaProps
.TextWrapping;
1098
_that.
_defaultParaProps
.SetTextWrapping(TextWrapping.NoWrap);
1108
_that.
_defaultParaProps
,
1113
_that.
_defaultParaProps
.SetTextWrapping(currentWrap);
1214
switch (
_defaultParaProps
.FlowDirection)
1254
_defaultParaProps
.SetFlowDirection(value);
1259
return
_defaultParaProps
.FlowDirection;
1270
_defaultParaProps
.SetTextAlignment(value);
1275
return
_defaultParaProps
.TextAlignment;
1290
_defaultParaProps
.SetLineHeight(value);
1295
return
_defaultParaProps
.LineHeight;
1417
_defaultParaProps
.SetTextWrapping(TextWrapping.Wrap);
1421
_defaultParaProps
.SetTextWrapping(TextWrapping.WrapWithOverflow);
1587
_defaultParaProps
1770
Debug.Assert(
_defaultParaProps
.Indent == 0.0, "FormattedText was assumed to always have 0 indent. This assumption has changed and thus the calculation of Width and Overhangs should be revised.");
1771
Debug.Assert(
_defaultParaProps
.TextMarkerProperties == null, "FormattedText was assumed to always have no TextMarkerProperties. This assumption has changed and thus the calculation of Width and Overhangs should be revised.");