2 references to TextDecorationsProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
63get { return (TextDecorationCollection)GetValue(TextDecorationsProperty); } 64set { SetValue(TextDecorationsProperty, value); }