12 references to TouchDevice
PresentationCore (12)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (12)
683WispStylusTouchDevice touchDevice = _currentStylusDevice.TouchDevice; 1215WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1240WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1458stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1460stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.OnDeactivate(); 1474WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1563WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1586WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1621WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1737Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 1739if (IgnoreGestureToMousePromotion(stylusArgs as StylusSystemGestureEventArgs, stylusDevice.TouchDevice)) 2831if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)