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