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