11 references to SetCursorState
PresentationCore (11)
System\Windows\InterOp\HwndMouseInputProvider.cs (11)
25_setCursorState = SetCursorState.SetCursorNotReceived; 94if(_setCursorState != SetCursorState.SetCursorDisabled) 422_setCursorState = SetCursorState.SetCursorReceived; 426if (_setCursorState == SetCursorState.SetCursorNotReceived) 428_setCursorState = SetCursorState.SetCursorDisabled; 430else if(_setCursorState == SetCursorState.SetCursorReceived) 432_setCursorState = SetCursorState.SetCursorNotReceived; 725if(_setCursorState == SetCursorState.SetCursorReceived) 727_setCursorState = SetCursorState.SetCursorNotReceived; 814_setCursorState = SetCursorState.SetCursorReceived; 1460private SetCursorState _setCursorState; // Have we received a WM_SETCURSOR message lately?