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