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