3 references to OBJ_FONT
System.Windows.Forms (3)
misc\GDI\DeviceContext.cs (1)
184hCurrentFont = hInitialFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_FONT);
misc\GDI\DeviceContext2.cs (1)
239IntPtr hCurrentFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_FONT);
misc\GDI\WindowsFont.cs (1)
255IntPtr hFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(null, hdc), IntNativeMethods.OBJ_FONT);