11 references to SetCursorState
PresentationCore (11)
System\Windows\InterOp\HwndMouseInputProvider.cs (11)
25_setCursorState = SetCursorState.SetCursorNotReceived; 94if(_setCursorState != SetCursorState.SetCursorDisabled) 425_setCursorState = SetCursorState.SetCursorReceived; 429if (_setCursorState == SetCursorState.SetCursorNotReceived) 431_setCursorState = SetCursorState.SetCursorDisabled; 433else if(_setCursorState == SetCursorState.SetCursorReceived) 435_setCursorState = SetCursorState.SetCursorNotReceived; 728if(_setCursorState == SetCursorState.SetCursorReceived) 730_setCursorState = SetCursorState.SetCursorNotReceived; 817_setCursorState = SetCursorState.SetCursorReceived; 1463private SetCursorState _setCursorState; // Have we received a WM_SETCURSOR message lately?