3 references to applyVerbIndex
System.Web (3)
UI\WebParts\EditorZoneBase.cs (3)
300if (myState[applyVerbIndex] != null) { 301((IStateManager) ApplyVerb).LoadViewState(myState[applyVerbIndex]); 498myState[applyVerbIndex] = (_applyVerb != null) ? ((IStateManager)_applyVerb).SaveViewState() : null;