2 writes to _inputDevice
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputEventArgs.cs (2)
30
_inputDevice
= inputDevice;
41
internal set {
_inputDevice
= value;}
1 reference to _inputDevice
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputEventArgs.cs (1)
40
get {return
_inputDevice
;}