8 references to CancelCapture
PresentationCore (8)
System\Windows\Input\MouseDevice.cs (2)
1449
if ((rawMouseInputReport.Actions & RawMouseActions.
CancelCapture
) == RawMouseActions.
CancelCapture
)
System\Windows\Input\RawMouseInputReport.cs (1)
106
RawMouseActions.
CancelCapture
|
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
249
case RawMouseActions.
CancelCapture
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
553
else if ((actions & RawMouseActions.
CancelCapture
) != 0)
System\Windows\InterOp\HwndMouseInputProvider.cs (3)
742
RawMouseActions.
CancelCapture
,
1260
else if((actions & RawMouseActions.
CancelCapture
) == RawMouseActions.
CancelCapture
)