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)
60
switch (
_currentState
)
84
switch (
_currentState
)
143
switch (
_currentState
)