16 references to IsActive
PresentationCore (16)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (7)
380if (touchDevice.IsActive) 405if (touchDevice.IsActive) 1074stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1105touchDevice.IsActive) 1148if (touchDevice.IsActive) 1165if (touchDevice.IsActive) 1178if (touchDevice.IsActive)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
1218if (touchDevice.IsActive) 1244if (touchDevice.IsActive) 1457stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1485touchDevice.IsActive) 1563if (touchDevice.IsActive) 1587if (touchDevice.IsActive) 1622if (touchDevice.IsActive) 1631if (touchDevice.IsActive) // OnUp may also pump messages and deactivate the touch device
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
82if (_touchDevice?.IsActive ?? false)