4 references to SetTextWrapping
PresentationCore (4)
System\Windows\Media\FormattedText.cs (4)
1050
_that._defaultParaProps.
SetTextWrapping
(TextWrapping.NoWrap);
1064
_that._defaultParaProps.
SetTextWrapping
(currentWrap);
1364
_defaultParaProps.
SetTextWrapping
(TextWrapping.Wrap);
1368
_defaultParaProps.
SetTextWrapping
(TextWrapping.WrapWithOverflow);