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