1 write to _defaultParaProps
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
231_defaultParaProps = new GenericTextParagraphProperties(
19 references to _defaultParaProps
PresentationCore (19)
System\Windows\Media\FormattedText.cs (19)
262_defaultParaProps.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip; 998_that._defaultParaProps, 1048_that._defaultParaProps, 1068TextWrapping currentWrap = _that._defaultParaProps.TextWrapping; 1069_that._defaultParaProps.SetTextWrapping(TextWrapping.NoWrap); 1079_that._defaultParaProps, 1084_that._defaultParaProps.SetTextWrapping(currentWrap); 1185switch (_defaultParaProps.FlowDirection) 1225_defaultParaProps.SetFlowDirection(value); 1230return _defaultParaProps.FlowDirection; 1241_defaultParaProps.SetTextAlignment(value); 1246return _defaultParaProps.TextAlignment; 1260_defaultParaProps.SetLineHeight(value); 1265return _defaultParaProps.LineHeight; 1385_defaultParaProps.SetTextWrapping(TextWrapping.Wrap); 1389_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow); 1555_defaultParaProps 1737Debug.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."); 1738Debug.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.");