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)
57
switch (
_currentState
)
81
switch (
_currentState
)
140
switch (
_currentState
)