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