3 references to TextDecorationsProperty
PresentationFramework (3)
System\Windows\Controls\AccessText.cs (3)
281
get { return (TextDecorationCollection) GetValue(
TextDecorationsProperty
); }
282
set { SetValue(
TextDecorationsProperty
, value); }
559
trigger.Setters.Add(new Setter(
TextDecorationsProperty
, System.Windows.TextDecorations.Underline));