Base:
property
IsReadOnly
System.Windows.Forms.AccessibleObject.IsReadOnly
2 references to IsReadOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6944
if (this.
IsReadOnly
) {
6995
return !this.
IsReadOnly
;