9 references to TextWrappingProperty
PresentationFramework (7)
MS\Internal\Text\LineProperties.cs (1)
143
_textWrapping = (TextWrapping)contentHost.GetValue(TextBlock.
TextWrappingProperty
);
System\Windows\Controls\AccessText.cs (1)
378
TextBlock.
TextWrappingProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (2)
1107
get { return (TextWrapping)GetValue(
TextWrappingProperty
); }
1108
set { SetValue(
TextWrappingProperty
, value); }
System\Windows\Controls\TextBox.cs (1)
582
TextBlock.
TextWrappingProperty
.AddOwner(
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3605
DependencyProperty dp = System.Windows.Controls.TextBlock.
TextWrappingProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1910
return System.Windows.Controls.TextBlock.
TextWrappingProperty
;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
366
_textBlock1.ClearValue(TextBlock.
TextWrappingProperty
);
437
_textBlock1.ClearValue(TextBlock.
TextWrappingProperty
);