5 overrides of GetDesignModeState
System.Web (5)
UI\WebControls\Menu.cs (1)
1837
protected override IDictionary
GetDesignModeState
() {
UI\WebControls\Wizard.cs (1)
1493
protected override IDictionary
GetDesignModeState
() {
UI\WebControls\xml.cs (1)
378
protected override IDictionary
GetDesignModeState
() {
UI\WebParts\CatalogPart.cs (1)
59
protected override IDictionary
GetDesignModeState
() {
UI\WebParts\EditorPart.cs (1)
121
protected override IDictionary
GetDesignModeState
() {
4 references to GetDesignModeState
System.Web (4)
UI\Control.cs (1)
3526
return
GetDesignModeState
();
UI\WebControls\BaseDataBoundControl.cs (1)
202
IDictionary designModeState =
GetDesignModeState
();
UI\WebControls\Menu.cs (1)
1838
IDictionary dictionary = base.
GetDesignModeState
();
UI\WebControls\Wizard.cs (1)
1494
IDictionary dictionary = base.
GetDesignModeState
();