2 writes to _dictionary
PresentationCore (2)
System\Windows\Input\StagingAreaInputItem.cs (2)
32
_dictionary
= (Hashtable) promote._dictionary.Clone();
42
_dictionary
= new Hashtable();
6 references to _dictionary
PresentationCore (6)
System\Windows\Input\StagingAreaInputItem.cs (6)
30
if(promote != null && promote.
_dictionary
!= null)
32
_dictionary = (Hashtable) promote.
_dictionary
.Clone();
36
if(
_dictionary
!= null)
38
_dictionary
.Clear();
67
return
_dictionary
[key];
82
_dictionary
[key] = value;