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