1 implementation of GetDesignModeState
System.Web (1)
UI\Control.cs (1)
3525IDictionary IControlDesignerAccessor.GetDesignModeState() {
1 reference to GetDesignModeState
System.Web (1)
UI\WebControls\Wizard.cs (1)
2360((IControlDesignerAccessor)sideBarList).GetDesignModeState()["EnableDesignTimeDataBinding"] = true;