1 override of ContainsValue
mscorlib (1)
system\collections\hashtable.cs (1)
1474public override bool ContainsValue(Object key) {
9 references to ContainsValue
mscorlib (3)
system\collections\hashtable.cs (1)
1476return _table.ContainsValue(key);
system\security\policy\policylevel.cs (2)
1307if (!classes.ContainsValue(type.Name)) { 1311else if (!classes.ContainsValue(type.FullName)) {
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
146return contents.ContainsValue(value);
System.Data (2)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
113while (lookupIdentifiers.ContainsValue(newName)) {
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
59Debug.Assert( pointers.ContainsValue(pointer) == false );
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
417if (key == null && nativeProps.ContainsValue(propsInfo)) {
System.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
178ignoreXS = this.Namespaces.Namespaces["xs"] != null || this.Namespaces.Namespaces.ContainsValue(XmlReservedNs.NsXs); 193if (serializerNS["xs"] == null && !serializerNS.ContainsValue(XmlReservedNs.NsXs)) { //Prefix xs not defined AND schema namespace not already mapped to a prefix