2 writes to _lastHandle
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
35
_lastHandle
= HFONT.Null;
48
_lastHandle
= fontHandle;
2 references to _lastHandle
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
43
if (fontHandle ==
_lastHandle
&& _lastFont is not null)
53
using Font font = Font.FromHfont(
_lastHandle
);