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