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