2 writes to _touchDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
103_touchDevice = null; 1929_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(); 1927if (_touchDevice == null) 1932return _touchDevice; 1938if (_touchDevice != null) 1943_touchDevice.ChangeActiveSource(activeSource);