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