11 references to SetCursorState
PresentationCore (11)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (11)
41
_setCursorState =
SetCursorState
.SetCursorNotReceived;
136
if(_setCursorState !=
SetCursorState
.SetCursorDisabled)
493
_setCursorState =
SetCursorState
.SetCursorReceived;
497
if (_setCursorState ==
SetCursorState
.SetCursorNotReceived)
499
_setCursorState =
SetCursorState
.SetCursorDisabled;
501
else if(_setCursorState ==
SetCursorState
.SetCursorReceived)
503
_setCursorState =
SetCursorState
.SetCursorNotReceived;
797
if(_setCursorState ==
SetCursorState
.SetCursorReceived)
799
_setCursorState =
SetCursorState
.SetCursorNotReceived;
884
_setCursorState =
SetCursorState
.SetCursorReceived;
1435
private
SetCursorState
_setCursorState; // Have we received a WM_SETCURSOR message lately?