3 writes to _textWrapping
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
135
_textWrapping
= TextWrapping.Wrap;
143
_textWrapping
= (TextWrapping)contentHost.GetValue(TextBlock.TextWrappingProperty);
148
_textWrapping
= ((FlowDocument)contentHost).TextWrapping;
1 reference to _textWrapping
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
86
public override TextWrapping TextWrapping { get { return
_textWrapping
; } }