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