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