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