5 references to WrapWithOverflow
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
128get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
257TextWrapping.WrapWithOverflow, 1421_defaultParaProps.SetTextWrapping(TextWrapping.WrapWithOverflow);
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3794|| value == TextWrapping.WrapWithOverflow;
src\Framework\System\Windows\Controls\TextBox.cs (1)
1491if (textBox != null && (textBox.TextWrapping == TextWrapping.Wrap || textBox.TextWrapping == TextWrapping.WrapWithOverflow))