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