3 writes to _textWrapping
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
131_textWrapping = TextWrapping.Wrap; 139_textWrapping = (TextWrapping)contentHost.GetValue(TextBlock.TextWrappingProperty); 144_textWrapping = ((FlowDocument)contentHost).TextWrapping;
1 reference to _textWrapping
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
82public override TextWrapping TextWrapping { get { return _textWrapping; } }