2 references to FontFamilyProperty
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
211
get { return (FontFamily) GetValue(
FontFamilyProperty
); }
212
set { SetValue(
FontFamilyProperty
, value); }