2 writes to _stylusDevice
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1407_stylusDevice = GetStylusDevice(e.StagingItem); 1426_stylusDevice = inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
System\Windows\Input\MouseDevice.cs (10)
70if ( _stylusDevice != null && _stylusDevice.IsValid) 71return _stylusDevice.GetMouseButtonState(mouseButton, this); 84if (_stylusDevice != null) 85return _stylusDevice.GetMouseScreenPosition(this); 898if (_stylusDevice != null) 901inputReportEventArgs = new InputReportEventArgs(_stylusDevice, report); 1125MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice) 1135MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice) 2240return _stylusDevice;