2 writes to _stylusDevice
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1406_stylusDevice = GetStylusDevice(e.StagingItem); 1425_stylusDevice = inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
System\Windows\Input\MouseDevice.cs (10)
69if ( _stylusDevice != null && _stylusDevice.IsValid) 70return _stylusDevice.GetMouseButtonState(mouseButton, this); 83if (_stylusDevice != null) 84return _stylusDevice.GetMouseScreenPosition(this); 897if (_stylusDevice != null) 900inputReportEventArgs = new InputReportEventArgs(_stylusDevice, report); 1124MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice) 1134MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice) 2236return _stylusDevice;