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