10 writes to _currentState
PresentationCore (10)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (10)
17_currentState = State.Idle; 63_currentState = State.OneFingerDown; 72_currentState = State.TwoFingersDown; 88_currentState = State.OneFingerInStaticGesture; 96_currentState = State.Idle; 102_currentState = State.Idle; 122_currentState = State.OneFingerInWisptisGesture; 130_currentState = State.Idle; 150_currentState = State.TwoFingersInWisptisGesture; 164_currentState = State.OneFingerInWisptisGesture;
3 references to _currentState
PresentationCore (3)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (3)
57switch (_currentState) 81switch (_currentState) 140switch (_currentState)