1 write to TextWrapping
PresentationFramework (1)
src\Framework\MS\Internal\Ink\TextClipboardData.cs (1)
99textBox.TextWrapping = TextWrapping.Wrap;
3 references to TextWrapping
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBox.cs (3)
608/// DependencyProperty for <see cref="TextWrapping" /> property. 1491if (textBox != null && (textBox.TextWrapping == TextWrapping.Wrap || textBox.TextWrapping == TextWrapping.WrapWithOverflow))