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