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