7 references to Hfont
System.Windows.Forms (7)
misc\GDI\DeviceContext2.cs (6)
190if (font != null && (font.Hfont != IntPtr.Zero)) { 238if (selectedFont != null && selectedFont.Hfont != IntPtr.Zero) { 240if (hCurrentFont == selectedFont.Hfont) { 267IntPtr result = SelectObject( font.Hfont, GdiObjectType.Font); 271hCurrentFont = font.Hfont; 350if (g.hFont == wf.Hfont) {
misc\GDI\WindowsGraphicsCacheManager.cs (1)
162Debug.Assert(WindowsFontCache[index].Value.Hfont != IntPtr.Zero, "Cached WindowsFont was disposed, enable GDI_FINALIZATION_WATCH to track who did it!");