3 writes to _currentState
System.Windows.Forms (3)
System\Windows\Forms\Application.ComponentManager.cs (3)
159
_currentState
= uStateID;
179
_currentState
= 0;
319
_currentState
= currentLoopState;
2 references to _currentState
System.Windows.Forms (2)
System\Windows\Forms\Application.ComponentManager.cs (2)
195
=>
_currentState
== uStateID;
210
msocstate currentLoopState =
_currentState
;