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)
378TextBlock.TextWrappingProperty.AddOwner(
src\Framework\System\Windows\Controls\TextBlock.cs (2)
1185get { return (TextWrapping)GetValue(TextWrappingProperty); } 1186set { SetValue(TextWrappingProperty, value); }
src\Framework\System\Windows\Controls\TextBox.cs (1)
611TextBlock.TextWrappingProperty.AddOwner(
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3597DependencyProperty dp = System.Windows.Controls.TextBlock.TextWrappingProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1909return System.Windows.Controls.TextBlock.TextWrappingProperty;