Implemented interface member:
property
IsSynchronized
System.Collections.ICollection.IsSynchronized
1 override of IsSynchronized
mscorlib (1)
system\collections\hashtable.cs (1)
1431
public override bool
IsSynchronized
{
5 references to IsSynchronized
mscorlib (3)
system\collections\dictionarybase.cs (1)
48
get { return InnerHashtable.
IsSynchronized
; }
system\collections\hashtable.cs (2)
1325
get { return _hashtable.
IsSynchronized
; }
1366
get { return _hashtable.
IsSynchronized
; }
PresentationFramework (1)
src\Framework\System\Windows\ResourceDictionary.cs (1)
864
get { return _baseDictionary.
IsSynchronized
; }
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
61
return contents.
IsSynchronized
;