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