2 references to FontStyleProperty
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
226get { return (FontStyle) GetValue(FontStyleProperty); } 227set { SetValue(FontStyleProperty, value); }