5 references to TextDecorationsProperty
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (2)
905get { return (TextDecorationCollection) GetValue(TextDecorationsProperty); } 906set { SetValue(TextDecorationsProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3571DependencyProperty dp = System.Windows.Controls.TextBlock.TextDecorationsProperty;
System\Windows\Markup\KnownTypes.cs (1)
1906return System.Windows.Controls.TextBlock.TextDecorationsProperty;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
67public static readonly DependencyProperty TextDecorationsProperty = TextBlock.TextDecorationsProperty.AddOwner(typeof(RibbonTwoLineText));