Implemented interface member:
property
IsFixedSize
System.Collections.IDictionary.IsFixedSize
2 overrides of IsFixedSize
mscorlib (1)
system\collections\hashtable.cs (1)
1427public override bool IsFixedSize {
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
954public override bool IsFixedSize
3 references to IsFixedSize
mscorlib (2)
system\collections\dictionarybase.cs (1)
44get { return InnerHashtable.IsFixedSize; }
system\collections\hashtable.cs (1)
1428get { return _table.IsFixedSize; }
PresentationFramework (1)
src\Framework\System\Windows\ResourceDictionary.cs (1)
342get { return _baseDictionary.IsFixedSize; }