4 references to SetTextWrapping
PresentationCore (4)
System\Windows\Media\FormattedText.cs (4)
1051
_that._defaultParaProps.
SetTextWrapping
(TextWrapping.NoWrap);
1066
_that._defaultParaProps.
SetTextWrapping
(currentWrap);
1367
_defaultParaProps.
SetTextWrapping
(TextWrapping.Wrap);
1371
_defaultParaProps.
SetTextWrapping
(TextWrapping.WrapWithOverflow);