2 writes to _stylusDevice
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1392_stylusDevice = GetStylusDevice(e.StagingItem); 1411_stylusDevice = inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
System\Windows\Input\MouseDevice.cs (10)
72if ( _stylusDevice != null && _stylusDevice.IsValid) 73return _stylusDevice.GetMouseButtonState(mouseButton, this); 86if (_stylusDevice != null) 87return _stylusDevice.GetMouseScreenPosition(this); 901if (_stylusDevice != null) 904inputReportEventArgs = new InputReportEventArgs(_stylusDevice, report); 1126MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1134MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 2205return _stylusDevice;