3 writes to _lastNativeHandle
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (3)
78_lastNativeHandle = handle; 123picture.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)
51if (_lastManaged is not null && handle == _lastNativeHandle)