8 references to CancelCapture
PresentationCore (8)
System\Windows\Input\MouseDevice.cs (2)
1461if ((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)
558else if ((actions & RawMouseActions.CancelCapture) != 0)
System\Windows\InterOp\HwndMouseInputProvider.cs (3)
739RawMouseActions.CancelCapture, 1257else if((actions & RawMouseActions.CancelCapture) == RawMouseActions.CancelCapture)