6 writes to _setCursorState
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (6)
41_setCursorState = SetCursorState.SetCursorNotReceived; 493_setCursorState = SetCursorState.SetCursorReceived; 499_setCursorState = SetCursorState.SetCursorDisabled; 503_setCursorState = SetCursorState.SetCursorNotReceived; 799_setCursorState = SetCursorState.SetCursorNotReceived; 884_setCursorState = SetCursorState.SetCursorReceived;
4 references to _setCursorState
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (4)
136if(_setCursorState != SetCursorState.SetCursorDisabled) 497if (_setCursorState == SetCursorState.SetCursorNotReceived) 501else if(_setCursorState == SetCursorState.SetCursorReceived) 797if(_setCursorState == SetCursorState.SetCursorReceived)