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, 1084TextWrapping currentWrap = _that._defaultParaProps.TextWrapping; 1085_that._defaultParaProps.SetTextWrapping(TextWrapping.NoWrap); 1095_that._defaultParaProps, 1100_that._defaultParaProps.SetTextWrapping(currentWrap); 1201switch (_defaultParaProps.FlowDirection) 1241_defaultParaProps.SetFlowDirection(value); 1246return _defaultParaProps.FlowDirection; 1257_defaultParaProps.SetTextAlignment(value); 1262return _defaultParaProps.TextAlignment; 1276_defaultParaProps.SetLineHeight(value); 1281return _defaultParaProps.LineHeight; 1401_defaultParaProps.SetTextWrapping(TextWrapping.Wrap); 1405_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow); 1571_defaultParaProps 1753Debug.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."); 1754Debug.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.");