4 references to ToHfont
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
19991
handle = font.
ToHfont
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1468
baseHfont = GetBaseFont().
ToHfont
();
1501
boldHfont = GetBoldFont().
ToHfont
();
3871
IntPtr hFont = Font.
ToHfont
();