7 references to WrapWithOverflow
PresentationCore (3)
MS\Internal\TextFormatting\TextProperties.cs (1)
120
get { return _paragraphProperties.TextWrapping == TextWrapping.
WrapWithOverflow
|| EmergencyWrap; }
System\Windows\Media\FormattedText.cs (2)
237
TextWrapping.
WrapWithOverflow
,
1389
_defaultParaProps.SetTextWrapping(TextWrapping.
WrapWithOverflow
);
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (1)
3795
|| value == TextWrapping.
WrapWithOverflow
;
System\Windows\Controls\TextBox.cs (1)
1492
if (textBox != null && (textBox.TextWrapping == TextWrapping.Wrap || textBox.TextWrapping == TextWrapping.
WrapWithOverflow
))
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
342
_textBlock1.TextWrapping = TextWrapping.
WrapWithOverflow
;
378
_textBlock1.TextWrapping = TextWrapping.
WrapWithOverflow
;