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