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)
51
if (
_lastManaged
is not null && handle == _lastNativeHandle)
53
return
_lastManaged
;
85
return
_lastManaged
;
90
if (managedValue ==
_lastManaged
)