2 writes to HFONT
System.Windows.Forms (2)
System\Windows\Forms\Rendering\FontCache.Data.cs (2)
28
HFONT
= FromFont(font, quality);
59
HFONT
= default;
3 references to HFONT
System.Windows.Forms (3)
System\Windows\Forms\Rendering\FontCache.Data.cs (3)
40
using SelectObjectScope fontSelection = new(hdc,
HFONT
);
54
if (!
HFONT
.IsNull)
56
PInvokeCore.DeleteObject(
HFONT
);