2 writes to _stylusDevice
PresentationCore (2)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1507_stylusDevice = GetStylusDevice(e.StagingItem); 1526_stylusDevice = inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
Core\CSharp\System\Windows\Input\MouseDevice.cs (10)
87if ( _stylusDevice != null && _stylusDevice.IsValid) 88return _stylusDevice.GetMouseButtonState(mouseButton, this); 101if (_stylusDevice != null) 102return _stylusDevice.GetMouseScreenPosition(this); 995if (_stylusDevice != null) 998inputReportEventArgs = new InputReportEventArgs(_stylusDevice, report); 1239MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1247MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 2345return _stylusDevice;