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