9 overrides of SetDesignModeState
System.Web (9)
UI\WebControls\ChangePassword.cs (1)
2214
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebControls\CreateUserWizard.cs (1)
2840
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebControls\login.cs (1)
1680
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebControls\loginstatus.cs (1)
438
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebControls\LoginView.cs (1)
344
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebControls\Menu.cs (1)
2440
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebControls\PasswordRecovery.cs (1)
1686
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebParts\CatalogPart.cs (1)
76
protected override void
SetDesignModeState
(IDictionary data) {
UI\WebParts\EditorPart.cs (1)
227
protected override void
SetDesignModeState
(IDictionary data) {
2 references to SetDesignModeState
System.Web (2)
UI\Control.cs (1)
3534
SetDesignModeState
(data);
UI\WebControls\Menu.cs (1)
2447
base.
SetDesignModeState
(data);