11 references to SetCursorState
PresentationCore (11)
System\Windows\InterOp\HwndMouseInputProvider.cs (11)
26_setCursorState = SetCursorState.SetCursorNotReceived; 95if(_setCursorState != SetCursorState.SetCursorDisabled) 426_setCursorState = SetCursorState.SetCursorReceived; 430if (_setCursorState == SetCursorState.SetCursorNotReceived) 432_setCursorState = SetCursorState.SetCursorDisabled; 434else if(_setCursorState == SetCursorState.SetCursorReceived) 436_setCursorState = SetCursorState.SetCursorNotReceived; 729if(_setCursorState == SetCursorState.SetCursorReceived) 731_setCursorState = SetCursorState.SetCursorNotReceived; 818_setCursorState = SetCursorState.SetCursorReceived; 1464private SetCursorState _setCursorState; // Have we received a WM_SETCURSOR message lately?