1 write to _defaultParaProps
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
228_defaultParaProps = new GenericTextParagraphProperties(
19 references to _defaultParaProps
PresentationCore (19)
System\Windows\Media\FormattedText.cs (19)
259_defaultParaProps.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip; 980_that._defaultParaProps, 1030_that._defaultParaProps, 1050TextWrapping currentWrap = _that._defaultParaProps.TextWrapping; 1051_that._defaultParaProps.SetTextWrapping(TextWrapping.NoWrap); 1060_that._defaultParaProps, 1065_that._defaultParaProps.SetTextWrapping(currentWrap); 1165switch (_defaultParaProps.FlowDirection) 1205_defaultParaProps.SetFlowDirection(value); 1210return _defaultParaProps.FlowDirection; 1221_defaultParaProps.SetTextAlignment(value); 1226return _defaultParaProps.TextAlignment; 1240_defaultParaProps.SetLineHeight(value); 1245return _defaultParaProps.LineHeight; 1365_defaultParaProps.SetTextWrapping(TextWrapping.Wrap); 1369_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow); 1535_defaultParaProps 1717Debug.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."); 1718Debug.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.");