2 writes to _stylusDevice
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1401_stylusDevice = GetStylusDevice(e.StagingItem); 1420_stylusDevice = inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
System\Windows\Input\MouseDevice.cs (10)
81if ( _stylusDevice != null && _stylusDevice.IsValid) 82return _stylusDevice.GetMouseButtonState(mouseButton, this); 95if (_stylusDevice != null) 96return _stylusDevice.GetMouseScreenPosition(this); 910if (_stylusDevice != null) 913inputReportEventArgs = new InputReportEventArgs(_stylusDevice, report); 1135MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1143MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 2214return _stylusDevice;