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)
56
switch (
_currentState
)
80
switch (
_currentState
)
139
switch (
_currentState
)