10 writes to _currentState
PresentationCore (10)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (10)
16_currentState = State.Idle; 62_currentState = State.OneFingerDown; 71_currentState = State.TwoFingersDown; 87_currentState = State.OneFingerInStaticGesture; 95_currentState = State.Idle; 101_currentState = State.Idle; 121_currentState = State.OneFingerInWisptisGesture; 129_currentState = State.Idle; 149_currentState = State.TwoFingersInWisptisGesture; 163_currentState = State.OneFingerInWisptisGesture;
3 references to _currentState
PresentationCore (3)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (3)
56switch (_currentState) 80switch (_currentState) 139switch (_currentState)