2 writes to _touchDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
103_touchDevice = null; 1898_touchDevice = new WispStylusTouchDevice(this);
6 references to _touchDevice
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
86if (_touchDevice?.IsActive ?? false) 88_touchDevice.OnDeactivate(); 1896if (_touchDevice == null) 1901return _touchDevice; 1907if (_touchDevice != null) 1912_touchDevice.ChangeActiveSource(activeSource);