3 writes to _lastNativeHandle
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (3)
78
_lastNativeHandle
= handle;
123
picture.Value->get_Handle(out
_lastNativeHandle
).ThrowOnFailure();
131
_lastNativeHandle
= default;
1 reference to _lastNativeHandle
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
51
if (_lastManaged is not null && handle ==
_lastNativeHandle
)