2 references to TextWrapping
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (1)
143
_textWrapping = ((FlowDocument)contentHost).
TextWrapping
;
System\Windows\Controls\RichTextBox.cs (1)
765
this.Document?.
TextWrapping
= TextWrapping.Wrap;