16 references to IsActive
PresentationCore (16)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (7)
381
if (touchDevice.
IsActive
)
406
if (touchDevice.
IsActive
)
1075
stylusEventArgs.StylusDeviceImpl.As<PointerStylusDevice>().TouchDevice.
IsActive
)
1106
touchDevice.
IsActive
)
1149
if (touchDevice.
IsActive
)
1166
if (touchDevice.
IsActive
)
1179
if (touchDevice.
IsActive
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
1219
if (touchDevice.
IsActive
)
1245
if (touchDevice.
IsActive
)
1458
stylusEventArgs.StylusDeviceImpl.As<WispStylusDevice>().TouchDevice.
IsActive
)
1486
touchDevice.
IsActive
)
1564
if (touchDevice.
IsActive
)
1588
if (touchDevice.
IsActive
)
1623
if (touchDevice.
IsActive
)
1632
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)