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