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