3 references to connectVerbIndex
System.Web (3)
UI\WebParts\ConnectionsZone.cs (3)
1217if (myState[connectVerbIndex] != null) { 1218((IStateManager)ConnectVerb).LoadViewState(myState[connectVerbIndex]); 2089myState[connectVerbIndex] = (_connectVerb != null) ? ((IStateManager)_connectVerb).SaveViewState() : null;