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