3 references to TextWrappingProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBox.cs (2)
626return (TextWrapping)GetValue(TextWrappingProperty); 630SetValue(TextWrappingProperty, value);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7205DependencyProperty dp = System.Windows.Controls.TextBox.TextWrappingProperty;