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