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; 1456stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1458stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.OnDeactivate(); 1472WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1561WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1584WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1619WispStylusTouchDevice touchDevice = stylusDevice.TouchDevice; 1735Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 1737if (IgnoreGestureToMousePromotion(stylusArgs as StylusSystemGestureEventArgs, stylusDevice.TouchDevice)) 2821if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)