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