4 overrides of TextWrapping
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
334
public override TextWrapping
TextWrapping
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
82
public override TextWrapping
TextWrapping
{ get { return _textWrapping; } }
361
public override TextWrapping
TextWrapping
{ get { return _lp.TextWrapping; } }
443
public override TextWrapping
TextWrapping
{ get { return TextWrapping.NoWrap; } }
4 references to TextWrapping
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
268
_textWrap = textParagraphProperties.
TextWrapping
;
MS\Internal\TextFormatting\TextProperties.cs (2)
115
get { return _paragraphProperties.
TextWrapping
== TextWrapping.Wrap; }
120
get { return _paragraphProperties.
TextWrapping
== TextWrapping.WrapWithOverflow || EmergencyWrap; }
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
1486
return StructuralCache.IsOptimalParagraphEnabled && GetLineProperties(false, 0).
TextWrapping
!= TextWrapping.NoWrap;