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, 1049TextWrapping currentWrap = _that._defaultParaProps.TextWrapping; 1050_that._defaultParaProps.SetTextWrapping(TextWrapping.NoWrap); 1059_that._defaultParaProps, 1064_that._defaultParaProps.SetTextWrapping(currentWrap); 1164switch (_defaultParaProps.FlowDirection) 1204_defaultParaProps.SetFlowDirection(value); 1209return _defaultParaProps.FlowDirection; 1220_defaultParaProps.SetTextAlignment(value); 1225return _defaultParaProps.TextAlignment; 1239_defaultParaProps.SetLineHeight(value); 1244return _defaultParaProps.LineHeight; 1364_defaultParaProps.SetTextWrapping(TextWrapping.Wrap); 1368_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow); 1534_defaultParaProps 1716Debug.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."); 1717Debug.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.");