4 references to SetTextWrapping
PresentationCore (4)
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
1098
_that._defaultParaProps.
SetTextWrapping
(TextWrapping.NoWrap);
1113
_that._defaultParaProps.
SetTextWrapping
(currentWrap);
1417
_defaultParaProps.
SetTextWrapping
(TextWrapping.Wrap);
1421
_defaultParaProps.
SetTextWrapping
(TextWrapping.WrapWithOverflow);