7 references to WrapWithOverflow
PresentationCore (3)
MS\Internal\TextFormatting\TextProperties.cs (1)
119
get { return _paragraphProperties.TextWrapping == TextWrapping.
WrapWithOverflow
|| EmergencyWrap; }
System\Windows\Media\FormattedText.cs (2)
233
TextWrapping.
WrapWithOverflow
,
1368
_defaultParaProps.SetTextWrapping(TextWrapping.
WrapWithOverflow
);
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (1)
3785
|| value == TextWrapping.
WrapWithOverflow
;
System\Windows\Controls\TextBox.cs (1)
1493
if (textBox != null && (textBox.TextWrapping == TextWrapping.Wrap || textBox.TextWrapping == TextWrapping.
WrapWithOverflow
))
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
341
_textBlock1.TextWrapping = TextWrapping.
WrapWithOverflow
;
377
_textBlock1.TextWrapping = TextWrapping.
WrapWithOverflow
;