2 writes to lastHandle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
56
lastHandle
= IntPtr.Zero;
68
lastHandle
= fontHandle;
2 references to lastHandle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
64
if (fontHandle ==
lastHandle
&& lastFont != null) {
74
Font font = Font.FromHfont(
lastHandle
);