2 writes to _readOnly
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (2)
65_readOnly = false; 70_readOnly = true;
2 references to _readOnly
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (2)
63if (!_readOnly.HasValue) 76return _readOnly.Value;