2 writes to readOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (2)
113readOnly = TriState.No; 116readOnly = TriState.Yes;
2 references to readOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (2)
112if (readOnly == TriState.Unknown) { 121return (readOnly == TriState.Yes);