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)
89public override TextWrapping TextWrapping { get { return _textWrapping; } }