2 writes to _touchDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
99_touchDevice = null; 1899_touchDevice = new WispStylusTouchDevice(this);
6 references to _touchDevice
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
82if (_touchDevice?.IsActive ?? false) 84_touchDevice.OnDeactivate(); 1897if (_touchDevice == null) 1902return _touchDevice; 1908if (_touchDevice != null) 1913_touchDevice.ChangeActiveSource(activeSource);