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)
33
if(promote != null && promote.
_dictionary
!= null)
35
_dictionary = (Hashtable) promote.
_dictionary
.Clone();
39
if(
_dictionary
!= null)
41
_dictionary
.Clear();
70
return
_dictionary
[key];
85
_dictionary
[key] = value;