2 references to OBJ_FONT
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextRenderer.cs (1)
666HFONT hfont = (HFONT)PInvoke.GetCurrentObject(hdc, OBJ_TYPE.OBJ_FONT);
System.Windows.Forms.Primitives.TestUtilities (1)
DeviceContextState.cs (1)
41var hfont = PInvoke.GetCurrentObject(hdc, OBJ_TYPE.OBJ_FONT);