5 references to Key
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (5)
78if (ShouldUpdateDictionary && this.dictionary.ContainsKey(item.Key)) 95this.dictionary.Remove(item.Key); 110this.PreUpdateKey(oldItem.Key, item.Key); 123this.dictionary.Add(new KeyValuePair<TKey, TValue>(item.Key, item.Value));