6 references to CancelCapture
PresentationCore (6)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1564
if ((rawMouseInputReport.Actions & RawMouseActions.
CancelCapture
) == RawMouseActions.
CancelCapture
)
Core\CSharp\System\Windows\Input\RawMouseInputReport.cs (1)
127
RawMouseActions.
CancelCapture
|
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (3)
807
RawMouseActions.
CancelCapture
,
1214
else if((actions & RawMouseActions.
CancelCapture
) == RawMouseActions.
CancelCapture
)