2 references to FontFamilyProperty
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
462get { return (FontFamily) GetValue(FontFamilyProperty); } 463set { SetValue(FontFamilyProperty, value); }