2 references to FontFamilyProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
620get { return (SWM.FontFamily)GetValue(FontFamilyProperty); } 621set { SetValue(FontFamilyProperty, value); }