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