7 references to WrapWithOverflow
PresentationCore (3)
MS\Internal\TextFormatting\TextProperties.cs (1)
120get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }
System\Windows\Media\FormattedText.cs (2)
237TextWrapping.WrapWithOverflow, 1389_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow);
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (1)
3795|| value == TextWrapping.WrapWithOverflow;
System\Windows\Controls\TextBox.cs (1)
1492if (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;