5 references to GetHFont
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
4947Font f = Font.FromHfont(oleFont.GetHFont());
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
61IntPtr fontHandle = nativeFont.GetHFont();
winforms\Managed\System\WinForms\Control.cs (3)
16381hfont = ifont.GetHFont(); 17635hfont = ifont.GetHFont(); 18992hfont = nativeFont.GetHFont();