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