5 references to TextDecorationsProperty
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (2)
895get { return (TextDecorationCollection) GetValue(TextDecorationsProperty); } 896set { SetValue(TextDecorationsProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3569DependencyProperty 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)
64public static readonly DependencyProperty TextDecorationsProperty = TextBlock.TextDecorationsProperty.AddOwner(typeof(RibbonTwoLineText));