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