12 references to TouchDevice
PresentationCore (12)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (12)
674WispStylusTouchDevice touchDevice = _currentStylusDevice.TouchDevice; 1206WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1231WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1447stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1449stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.OnDeactivate(); 1463WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1552WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1575WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1610WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1726Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 1728if (IgnoreGestureToMousePromotion(stylusArgs as StylusSystemGestureEventArgs, stylusDevice.TouchDevice)) 2812if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)