3 references to TextDecorationsProperty
PresentationFramework (3)
System\Windows\Documents\Paragraph.cs (2)
95
get { return (TextDecorationCollection) GetValue(
TextDecorationsProperty
); }
96
set { SetValue(
TextDecorationsProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
991
Paragraph.
TextDecorationsProperty
,