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