3 writes to lastNativeHandle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (3)
68
lastNativeHandle
= handle;
127
lastNativeHandle
= pict.GetHandle();
133
lastNativeHandle
= lastPalette = IntPtr.Zero;
1 reference to lastNativeHandle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
64
if (lastManaged != null && handle ==
lastNativeHandle
) {