4 references to SetTextWrapping
PresentationCore (4)
System\Windows\Media\FormattedText.cs (4)
1039
_that._defaultParaProps.
SetTextWrapping
(TextWrapping.NoWrap);
1053
_that._defaultParaProps.
SetTextWrapping
(currentWrap);
1353
_defaultParaProps.
SetTextWrapping
(TextWrapping.Wrap);
1357
_defaultParaProps.
SetTextWrapping
(TextWrapping.WrapWithOverflow);