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)
83
if (
_touchDevice
?.IsActive ?? false)
85
_touchDevice
.OnDeactivate();
1898
if (
_touchDevice
== null)
1903
return
_touchDevice
;
1909
if (
_touchDevice
!= null)
1914
_touchDevice
.ChangeActiveSource(activeSource);