Implemented interface member:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
1 override of ContainsKey
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
478public override bool ContainsKey(ModelItem key)
2 references to ContainsKey
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (2)
75if (!dictionary.ContainsKey(oldKey)) 80if (!dictionary.ContainsKey(newKey))