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