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