1 write to TouchDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
114TouchDevice = new PointerTouchDevice(this);
11 references to TouchDevice
PresentationCore (11)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (10)
213&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToOther ?? false) 214&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false)) 376PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 400PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1074stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1076stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.OnDeactivate(); 1094PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1146PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1163PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1176PointerTouchDevice touchDevice = stylusDevice.TouchDevice;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
814TouchDevice.ChangeActiveSource(_inputSource);