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