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