3 references to cancelVerbIndex
System.Web (3)
UI\WebParts\ConnectionsZone.cs (3)
1208
if (myState[
cancelVerbIndex
] != null) {
1209
((IStateManager)CancelVerb).LoadViewState(myState[
cancelVerbIndex
]);
2086
myState[
cancelVerbIndex
] = (_cancelVerb != null) ? ((IStateManager)_cancelVerb).SaveViewState() : null;