2 overrides of IsReadOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ProgressBar.cs (1)
1002internal override bool IsReadOnly {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7046internal override bool IsReadOnly {
2 references to IsReadOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
1142return IsReadOnly; 2642return IsReadOnly;