5 writes to _lastManaged
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (5)
67_lastManaged = Icon.FromHandle(extendedHandle); 71_lastManaged = Image.FromHbitmap(extendedHandle); 82_lastManaged = null; 122_lastManaged = managedValue; 130_lastManaged = null;
4 references to _lastManaged
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (4)
51if (_lastManaged is not null && handle == _lastNativeHandle) 53return _lastManaged; 85return _lastManaged; 90if (managedValue == _lastManaged)