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