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)
136
if(
_setCursorState
!= SetCursorState.SetCursorDisabled)
497
if (
_setCursorState
== SetCursorState.SetCursorNotReceived)
501
else if(
_setCursorState
== SetCursorState.SetCursorReceived)
797
if(
_setCursorState
== SetCursorState.SetCursorReceived)