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