16 references to IsActive
PresentationCore (16)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (7)
396if (touchDevice.IsActive) 421if (touchDevice.IsActive) 1090stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.IsActive) 1121touchDevice.IsActive) 1164if (touchDevice.IsActive) 1181if (touchDevice.IsActive) 1194if (touchDevice.IsActive)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
1219if (touchDevice.IsActive) 1245if (touchDevice.IsActive) 1456stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.IsActive) 1484touchDevice.IsActive) 1562if (touchDevice.IsActive) 1586if (touchDevice.IsActive) 1621if (touchDevice.IsActive) 1630if (touchDevice.IsActive) // OnUp may also pump messages and deactivate the touch device
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
86if (_touchDevice?.IsActive ?? false)