4 references to hFont
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
61return hr.Failed ? DefaultFont : Font.FromHfont(nativeFont.Value->hFont);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
216property.Value = Font.FromHfont(font.Value->hFont); 1376prop.Value = Font.FromHfont(pQaContainer->pFont->hFont);
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
40HFONT fontHandle = iFont.Value->hFont;