9 references to FrameworkInitialized
System.Web (9)
UI\Control.cs (2)
588if ((_controlState >= ControlState.FrameworkInitialized) && !DesignMode) { 644if (_controlState >= ControlState.FrameworkInitialized) {
UI\Page.cs (5)
987if (this.ControlState > ControlState.FrameworkInitialized) { 1704if (this.ControlState > ControlState.FrameworkInitialized) { 1735if (this.ControlState > ControlState.FrameworkInitialized) { 4431this.ControlState = ControlState.FrameworkInitialized; 4475this.ControlState = ControlState.FrameworkInitialized;
UI\WebControls\MultiView.cs (1)
75if (Views.Count == 0 && ControlState < ControlState.FrameworkInitialized /* Whidbey 113333 */) {
UI\WebControls\Wizard.cs (1)
154(value >= WizardSteps.Count && ControlState >= ControlState.FrameworkInitialized)) {