4 writes to hCurrentFont
System.Windows.Forms (4)
misc\GDI\DeviceContext.cs (2)
184hCurrentFont = hInitialFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_FONT); 529hCurrentFont = g.hFont;
misc\GDI\DeviceContext2.cs (2)
271hCurrentFont = font.Hfont; 315hCurrentFont = hInitialFont;
1 reference to hCurrentFont
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
578g.hFont = hCurrentFont;