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