5 writes to _lastManaged
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (5)
66_lastManaged = Icon.FromHandle(extendedHandle); 70_lastManaged = Image.FromHbitmap(extendedHandle); 81_lastManaged = null; 121_lastManaged = managedValue; 129_lastManaged = null;
4 references to _lastManaged
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (4)
50if (_lastManaged is not null && handle == _lastNativeHandle) 52return _lastManaged; 84return _lastManaged; 89if (managedValue == _lastManaged)