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