2 writes to hCurrentFont
System.Drawing (2)
misc\GDI\DeviceContext.cs (2)
184hCurrentFont = hInitialFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_FONT); 529hCurrentFont = g.hFont;
1 reference to hCurrentFont
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
578g.hFont = hCurrentFont;