3 writes to _readOnly
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
87_readOnly = readOnly; 351_readOnly |= Attributes[typeof(ReadOnlyAttribute)]?.Equals(ReadOnlyAttribute.Yes) ?? false; 354_readOnly = getBoolEvent.Value;
4 references to _readOnly
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
352GetBoolValueEvent getBoolEvent = new(_readOnly); 358return _readOnly; 471_readOnly, 821if (_readOnly)