4 references to SetTextWrapping
PresentationCore (4)
System\Windows\Media\FormattedText.cs (4)
1051
_that._defaultParaProps.
SetTextWrapping
(TextWrapping.NoWrap);
1065
_that._defaultParaProps.
SetTextWrapping
(currentWrap);
1365
_defaultParaProps.
SetTextWrapping
(TextWrapping.Wrap);
1369
_defaultParaProps.
SetTextWrapping
(TextWrapping.WrapWithOverflow);