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