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