2 writes to _inputDevice
PresentationCore (2)
System\Windows\Input\InputEventArgs.cs (2)
32
_inputDevice
= inputDevice;
43
internal set {
_inputDevice
= value;}
1 reference to _inputDevice
PresentationCore (1)
System\Windows\Input\InputEventArgs.cs (1)
42
get {return
_inputDevice
;}