5 references to WrapWithOverflow
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
128
get { return _paragraphProperties.TextWrapping == TextWrapping.
WrapWithOverflow
|| EmergencyWrap; }
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
257
TextWrapping.
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)
1491
if (textBox != null && (textBox.TextWrapping == TextWrapping.Wrap || textBox.TextWrapping == TextWrapping.
WrapWithOverflow
))