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