16 references to IsActive
PresentationCore (16)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (7)
379if (touchDevice.IsActive) 404if (touchDevice.IsActive) 1073stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1104touchDevice.IsActive) 1147if (touchDevice.IsActive) 1164if (touchDevice.IsActive) 1177if (touchDevice.IsActive)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
1210if (touchDevice.IsActive) 1236if (touchDevice.IsActive) 1447stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1475touchDevice.IsActive) 1553if (touchDevice.IsActive) 1577if (touchDevice.IsActive) 1612if (touchDevice.IsActive) 1621if (touchDevice.IsActive) // OnUp may also pump messages and deactivate the touch device
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
83if (_touchDevice?.IsActive ?? false)