11 references to SetCursorState
PresentationCore (11)
System\Windows\InterOp\HwndMouseInputProvider.cs (11)
30_setCursorState = SetCursorState.SetCursorNotReceived; 99if(_setCursorState != SetCursorState.SetCursorDisabled) 433_setCursorState = SetCursorState.SetCursorReceived; 437if (_setCursorState == SetCursorState.SetCursorNotReceived) 439_setCursorState = SetCursorState.SetCursorDisabled; 441else if(_setCursorState == SetCursorState.SetCursorReceived) 443_setCursorState = SetCursorState.SetCursorNotReceived; 736if(_setCursorState == SetCursorState.SetCursorReceived) 738_setCursorState = SetCursorState.SetCursorNotReceived; 825_setCursorState = SetCursorState.SetCursorReceived; 1471private SetCursorState _setCursorState; // Have we received a WM_SETCURSOR message lately?