3 writes to _textWrapping
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
138
_textWrapping
= TextWrapping.Wrap;
146
_textWrapping
= (TextWrapping)contentHost.GetValue(TextBlock.TextWrappingProperty);
151
_textWrapping
= ((FlowDocument)contentHost).TextWrapping;
1 reference to _textWrapping
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
89
public override TextWrapping TextWrapping { get { return
_textWrapping
; } }