16 references to IsActive
PresentationCore (16)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (7)
381if (touchDevice.IsActive) 406if (touchDevice.IsActive) 1075stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1106touchDevice.IsActive) 1149if (touchDevice.IsActive) 1166if (touchDevice.IsActive) 1179if (touchDevice.IsActive)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
1219if (touchDevice.IsActive) 1245if (touchDevice.IsActive) 1458stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1486touchDevice.IsActive) 1564if (touchDevice.IsActive) 1588if (touchDevice.IsActive) 1623if (touchDevice.IsActive) 1632if (touchDevice.IsActive) // OnUp may also pump messages and deactivate the touch device
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
83if (_touchDevice?.IsActive ?? false)