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