1 write to TextWrapping
PresentationFramework (1)
System\Windows\Controls\RichTextBox.cs (1)
766this.Document.TextWrapping = TextWrapping.Wrap;
1 reference to TextWrapping
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
144_textWrapping = ((FlowDocument)contentHost).TextWrapping;