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