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