7 references to TextWrappingProperty
PresentationFramework (7)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
146
_textWrapping = (TextWrapping)contentHost.GetValue(TextBlock.
TextWrappingProperty
);
src\Framework\System\Windows\Controls\AccessText.cs (1)
378
TextBlock.
TextWrappingProperty
.AddOwner(
src\Framework\System\Windows\Controls\TextBlock.cs (2)
1185
get { return (TextWrapping)GetValue(
TextWrappingProperty
); }
1186
set { SetValue(
TextWrappingProperty
, value); }
src\Framework\System\Windows\Controls\TextBox.cs (1)
611
TextBlock.
TextWrappingProperty
.AddOwner(
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3597
DependencyProperty dp = System.Windows.Controls.TextBlock.
TextWrappingProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1909
return System.Windows.Controls.TextBlock.
TextWrappingProperty
;