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)
82
if (
_touchDevice
?.IsActive ?? false)
84
_touchDevice
.OnDeactivate();
1897
if (
_touchDevice
== null)
1902
return
_touchDevice
;
1908
if (
_touchDevice
!= null)
1913
_touchDevice
.ChangeActiveSource(activeSource);