4 overrides of TextWrapping
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
337
public override TextWrapping
TextWrapping
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
89
public override TextWrapping
TextWrapping
{ get { return _textWrapping; } }
368
public override TextWrapping
TextWrapping
{ get { return _lp.TextWrapping; } }
450
public override TextWrapping
TextWrapping
{ get { return TextWrapping.NoWrap; } }
4 references to TextWrapping
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
271
_textWrap = textParagraphProperties.
TextWrapping
;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
123
get { return _paragraphProperties.
TextWrapping
== TextWrapping.Wrap; }
128
get { return _paragraphProperties.
TextWrapping
== TextWrapping.WrapWithOverflow || EmergencyWrap; }
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1501
return StructuralCache.IsOptimalParagraphEnabled && GetLineProperties(false, 0).
TextWrapping
!= TextWrapping.NoWrap;