Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
3 references to Add
System.Activities (3)
System\Activities\HybridDictionary.cs (2)
97this.Add(key, value); 194this.Add(item.Key, item.Value);
System\Activities\XamlIntegration\CompiledDataContext.cs (1)
133cache.Add(compiledRoot, result);