2 writes to _touchDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
100
_touchDevice
= null;
1895
_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();
1893
if (
_touchDevice
== null)
1898
return
_touchDevice
;
1904
if (
_touchDevice
!= null)
1909
_touchDevice
.ChangeActiveSource(activeSource);