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)
63
if (!
_readOnly
.HasValue)
76
return
_readOnly
.Value;