2 writes to _dictionary
PresentationCore (2)
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (2)
33_dictionary = (Hashtable) promote._dictionary.Clone(); 43_dictionary = new Hashtable();
6 references to _dictionary
PresentationCore (6)
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (6)
30if(promote != null && promote._dictionary != null) 33_dictionary = (Hashtable) promote._dictionary.Clone(); 37if(_dictionary != null) 39_dictionary.Clear(); 80return _dictionary[key]; 107_dictionary[key] = value;