4 overrides of ApplyChanges
System.Web (4)
UI\WebParts\AppearanceEditorPart.cs (1)
65
public override bool
ApplyChanges
() {
UI\WebParts\BehaviorEditorPart.cs (1)
98
public override bool
ApplyChanges
() {
UI\WebParts\LayoutEditorPart.cs (1)
95
public override bool
ApplyChanges
() {
UI\WebParts\PropertyGridEditorPart.cs (1)
97
public override bool
ApplyChanges
() {
1 reference to ApplyChanges
System.Web (1)
UI\WebParts\EditorZoneBase.cs (1)
237
if (!editorPart.
ApplyChanges
()) {