10 writes to _currentState
PresentationCore (10)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (10)
20_currentState = State.Idle; 66_currentState = State.OneFingerDown; 75_currentState = State.TwoFingersDown; 91_currentState = State.OneFingerInStaticGesture; 99_currentState = State.Idle; 105_currentState = State.Idle; 125_currentState = State.OneFingerInWisptisGesture; 133_currentState = State.Idle; 153_currentState = State.TwoFingersInWisptisGesture; 167_currentState = State.OneFingerInWisptisGesture;
3 references to _currentState
PresentationCore (3)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (3)
60switch (_currentState) 84switch (_currentState) 143switch (_currentState)