12 references to TouchDevice
PresentationCore (12)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (12)
682WispStylusTouchDevice touchDevice = _currentStylusDevice.TouchDevice; 1214WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1239WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1457stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1459stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.OnDeactivate(); 1473WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1562WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1585WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1620WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1736Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 1738if (IgnoreGestureToMousePromotion(stylusArgs as StylusSystemGestureEventArgs, stylusDevice.TouchDevice)) 2830if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)