8 references to FromHfont
System.Drawing (1)
commonui\System\Drawing\SystemFonts.cs (1)
364
fontInWorldUnits = Font.
FromHfont
(handle);
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
4947
Font f = Font.
FromHfont
(oleFont.GetHFont());
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
74
Font font = Font.
FromHfont
(lastHandle);
winforms\Managed\System\WinForms\Control.cs (3)
16382
font = Font.
FromHfont
(hfont);
17636
Font font = Font.
FromHfont
(hfont);
19002
font = Font.
FromHfont
(hfont);
winforms\Managed\System\WinForms\ListView.cs (1)
5777
return Font.
FromHfont
(hFont);
winforms\Managed\System\WinForms\ToolTip.cs (1)
2620
font = Font.
FromHfont
(UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_GETFONT, 0, 0));