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