2 writes to _dictionary
PresentationCore (2)
System\Windows\Input\StagingAreaInputItem.cs (2)
35_dictionary = (Hashtable) promote._dictionary.Clone(); 45_dictionary = new Hashtable();
6 references to _dictionary
PresentationCore (6)
System\Windows\Input\StagingAreaInputItem.cs (6)
33if(promote != null && promote._dictionary != null) 35_dictionary = (Hashtable) promote._dictionary.Clone(); 39if(_dictionary != null) 41_dictionary.Clear(); 70return _dictionary[key]; 85_dictionary[key] = value;