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, 1097TextWrapping currentWrap = _that._defaultParaProps.TextWrapping; 1098_that._defaultParaProps.SetTextWrapping(TextWrapping.NoWrap); 1108_that._defaultParaProps, 1113_that._defaultParaProps.SetTextWrapping(currentWrap); 1214switch (_defaultParaProps.FlowDirection) 1254_defaultParaProps.SetFlowDirection(value); 1259return _defaultParaProps.FlowDirection; 1270_defaultParaProps.SetTextAlignment(value); 1275return _defaultParaProps.TextAlignment; 1290_defaultParaProps.SetLineHeight(value); 1295return _defaultParaProps.LineHeight; 1417_defaultParaProps.SetTextWrapping(TextWrapping.Wrap); 1421_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow); 1587_defaultParaProps 1770Debug.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."); 1771Debug.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.");