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