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