8 references to CancelCapture
PresentationCore (8)
System\Windows\Input\MouseDevice.cs (2)
1458
if ((rawMouseInputReport.Actions & RawMouseActions.
CancelCapture
) == RawMouseActions.
CancelCapture
)
System\Windows\Input\RawMouseInputReport.cs (1)
112
RawMouseActions.
CancelCapture
|
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
266
case RawMouseActions.
CancelCapture
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
562
else if ((actions & RawMouseActions.
CancelCapture
) != 0)
System\Windows\InterOp\HwndMouseInputProvider.cs (3)
746
RawMouseActions.
CancelCapture
,
1264
else if((actions & RawMouseActions.
CancelCapture
) == RawMouseActions.
CancelCapture
)