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