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)
53
if (
_applyVerb
== null) {
55
_applyVerb
.EventArgument = applyEventArgument;
57
((IStateManager)
_applyVerb
).TrackViewState();
60
return
_applyVerb
;
498
myState[applyVerbIndex] = (
_applyVerb
!= null) ? ((IStateManager)
_applyVerb
).SaveViewState() : null;
515
if (
_applyVerb
!= null) {
516
((IStateManager)
_applyVerb
).TrackViewState();