2 writes to _touchDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
100_touchDevice = null; 1900_touchDevice = new WispStylusTouchDevice(this);
6 references to _touchDevice
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
83if (_touchDevice?.IsActive ?? false) 85_touchDevice.OnDeactivate(); 1898if (_touchDevice == null) 1903return _touchDevice; 1909if (_touchDevice != null) 1914_touchDevice.ChangeActiveSource(activeSource);