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