3 references to TextWrappingProperty
PresentationFramework (3)
System\Windows\Controls\TextBox.cs (2)
590return (TextWrapping)GetValue(TextWrappingProperty); 594SetValue(TextWrappingProperty, value);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7245DependencyProperty dp = System.Windows.Controls.TextBox.TextWrappingProperty;