Implemented interface member:
property
IsReadOnly
System.Collections.IDictionary.IsReadOnly
2 overrides of IsReadOnly
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1266public override bool IsReadOnly => _table.IsReadOnly;
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
815public override bool IsReadOnly => _item.Locked;
2 references to IsReadOnly
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
36get { return InnerHashtable.IsReadOnly; }
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1266public override bool IsReadOnly => _table.IsReadOnly;