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