Implemented interface member:
property
IsFixedSize
System.Collections.IDictionary.IsFixedSize
2 overrides of IsFixedSize
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1268public override bool IsFixedSize => _table.IsFixedSize;
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
813public override bool IsFixedSize => _item.Locked;
3 references to IsFixedSize
PresentationFramework (1)
System\Windows\ResourceDictionary.cs (1)
332get { return _baseDictionary.IsFixedSize; }
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
41get { return InnerHashtable.IsFixedSize; }
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1268public override bool IsFixedSize => _table.IsFixedSize;