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