1 write to _applyVerb
System.Web (1)
UI\WebParts\EditorZoneBase.cs (1)
54_applyVerb = new WebPartEditorApplyVerb();
8 references to _applyVerb
System.Web (8)
UI\WebParts\EditorZoneBase.cs (8)
53if (_applyVerb == null) { 55_applyVerb.EventArgument = applyEventArgument; 57((IStateManager)_applyVerb).TrackViewState(); 60return _applyVerb; 498myState[applyVerbIndex] = (_applyVerb != null) ? ((IStateManager)_applyVerb).SaveViewState() : null; 515if (_applyVerb != null) { 516((IStateManager) _applyVerb).TrackViewState();