1 write to _defaultParaProps
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
247
_defaultParaProps
= new GenericTextParagraphProperties(
19 references to _defaultParaProps
PresentationCore (19)
System\Windows\Media\FormattedText.cs (19)
278
_defaultParaProps
.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip;
1014
_that.
_defaultParaProps
,
1064
_that.
_defaultParaProps
,
1084
TextWrapping currentWrap = _that.
_defaultParaProps
.TextWrapping;
1085
_that.
_defaultParaProps
.SetTextWrapping(TextWrapping.NoWrap);
1095
_that.
_defaultParaProps
,
1100
_that.
_defaultParaProps
.SetTextWrapping(currentWrap);
1201
switch (
_defaultParaProps
.FlowDirection)
1241
_defaultParaProps
.SetFlowDirection(value);
1246
return
_defaultParaProps
.FlowDirection;
1257
_defaultParaProps
.SetTextAlignment(value);
1262
return
_defaultParaProps
.TextAlignment;
1276
_defaultParaProps
.SetLineHeight(value);
1281
return
_defaultParaProps
.LineHeight;
1401
_defaultParaProps
.SetTextWrapping(TextWrapping.Wrap);
1405
_defaultParaProps
.SetTextWrapping(TextWrapping.WrapWithOverflow);
1571
_defaultParaProps
1753
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.");
1754
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.");