2 writes to _stylusDevice
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1424_stylusDevice = GetStylusDevice(e.StagingItem); 1443_stylusDevice = inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
System\Windows\Input\MouseDevice.cs (10)
82if ( _stylusDevice != null && _stylusDevice.IsValid) 83return _stylusDevice.GetMouseButtonState(mouseButton, this); 96if (_stylusDevice != null) 97return _stylusDevice.GetMouseScreenPosition(this); 933if (_stylusDevice != null) 936inputReportEventArgs = new InputReportEventArgs(_stylusDevice, report); 1158MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1166MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 2237return _stylusDevice;