1 write to TouchDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
115TouchDevice = new PointerTouchDevice(this);
11 references to TouchDevice
PresentationCore (11)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (10)
214&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToOther ?? false) 215&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false)) 377PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 401PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1075stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1077stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.OnDeactivate(); 1095PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1147PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1164PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1177PointerTouchDevice touchDevice = stylusDevice.TouchDevice;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
815TouchDevice.ChangeActiveSource(_inputSource);