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