3 writes to _lastValue
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
648_lastValue = nativeValue.ToObject(); 660_lastValue = Enum.ToObject(_propertyType, _lastValue); 861_lastValue = value;
5 references to _lastValue
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (5)
655if (_lastValue is not null && _propertyType is not null && _propertyType.IsEnum && _lastValue.GetType().IsPrimitive) 660_lastValue = Enum.ToObject(_propertyType, _lastValue); 667return _lastValue; 739internal bool IsLastKnownValue(object? value) => value == _lastValue;