1 write to hInitialFont
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
184
hCurrentFont =
hInitialFont
= IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_FONT);
4 references to hInitialFont
System.Windows.Forms (4)
misc\GDI\DeviceContext2.cs (4)
242
IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( null,
hInitialFont
));
243
hCurrentFont =
hInitialFont
;
313
IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( null,
hInitialFont
));
315
hCurrentFont =
hInitialFont
;