1 write to TouchDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
123TouchDevice = new PointerTouchDevice(this);
11 references to TouchDevice
PresentationCore (11)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (10)
231&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToOther ?? false) 232&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false)) 392PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 416PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1090stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1092stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.OnDeactivate(); 1110PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1162PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1179PointerTouchDevice touchDevice = stylusDevice.TouchDevice; 1192PointerTouchDevice touchDevice = stylusDevice.TouchDevice;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
821TouchDevice.ChangeActiveSource(_inputSource);