1 write to _defaultParaProps
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
227
_defaultParaProps
= new GenericTextParagraphProperties(
19 references to _defaultParaProps
PresentationCore (19)
System\Windows\Media\FormattedText.cs (19)
258
_defaultParaProps
.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip;
979
_that.
_defaultParaProps
,
1029
_that.
_defaultParaProps
,
1049
TextWrapping currentWrap = _that.
_defaultParaProps
.TextWrapping;
1050
_that.
_defaultParaProps
.SetTextWrapping(TextWrapping.NoWrap);
1059
_that.
_defaultParaProps
,
1064
_that.
_defaultParaProps
.SetTextWrapping(currentWrap);
1164
switch (
_defaultParaProps
.FlowDirection)
1204
_defaultParaProps
.SetFlowDirection(value);
1209
return
_defaultParaProps
.FlowDirection;
1220
_defaultParaProps
.SetTextAlignment(value);
1225
return
_defaultParaProps
.TextAlignment;
1239
_defaultParaProps
.SetLineHeight(value);
1244
return
_defaultParaProps
.LineHeight;
1364
_defaultParaProps
.SetTextWrapping(TextWrapping.Wrap);
1368
_defaultParaProps
.SetTextWrapping(TextWrapping.WrapWithOverflow);
1534
_defaultParaProps
1716
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.");
1717
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.");