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