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