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