50 references to ControlState
System.Web (50)
UI\ClientScriptManager.cs (1)
151if ((_owner.ControlState < ControlState.PreRendered) && (!_owner.IsCallback)) {
UI\Control.cs (26)
70private ControlState _controlState; 588if ((_controlState >= ControlState.FrameworkInitialized) && !DesignMode) { 644if (_controlState >= ControlState.FrameworkInitialized) { 1215internal ControlState ControlState { 1729if (_controlState < ControlState.Initialized) { 1730_controlState = ControlState.ChildrenInitialized; // framework also initialized 1745_controlState = ControlState.Initialized; 1786if (_controlState < ControlState.Initialized) { 1787_controlState = ControlState.ChildrenInitialized; // framework also initialized 1805_controlState = ControlState.Initialized; 1885if (ControlState < ControlState.Initialized) { 2060_controlState = ControlState.ViewStateLoaded; 2254if (_controlState < ControlState.Loaded) { 2275if (_controlState < ControlState.Loaded) 2276_controlState = ControlState.Loaded; 2282if (_controlState < ControlState.Loaded) { 2306if (_controlState < ControlState.Loaded) 2307_controlState = ControlState.Loaded; 2351_controlState = ControlState.PreRendered; 2403_controlState = ControlState.PreRendered; 2724_controlState = ControlState.Constructed; 2894if (_controlState >= ControlState.ChildrenInitialized) { 2902if (control._controlState >= ControlState.Initialized && 2908if (_controlState >= ControlState.ViewStateLoaded) { 2931if (_controlState >= ControlState.Loaded) { 2934if (_controlState >= ControlState.PreRendered)
UI\ControlCachePolicy.cs (1)
51if (_pcc.ControlState >= ControlState.PreRendered) {
UI\Page.cs (16)
987if (this.ControlState > ControlState.FrameworkInitialized) { 1237if ((Page.Header == null) && (this.ControlState >= ControlState.ChildrenInitialized)) { 1249if (this.ControlState >= ControlState.ChildrenInitialized) { 1269if ((Page.Header == null) && (this.ControlState >= ControlState.ChildrenInitialized)) { 1281if (this.ControlState >= ControlState.ChildrenInitialized) { 1301if ((Page.Header == null) && (this.ControlState >= ControlState.ChildrenInitialized)) { 1313if (this.ControlState >= ControlState.ChildrenInitialized) { 1704if (this.ControlState > ControlState.FrameworkInitialized) { 1735if (this.ControlState > ControlState.FrameworkInitialized) { 1759if (ControlState >= ControlState.Initialized) { 2527if (Form.ControlState == ControlState.PreRendered) { 2550if (Form.ControlState == ControlState.PreRendered) { 2900if (control.ControlState == ControlState.PreRendered) { 4302if (ControlState >= ControlState.PreRendered) { 4431this.ControlState = ControlState.FrameworkInitialized; 4475this.ControlState = ControlState.FrameworkInitialized;
UI\WebControls\MultiView.cs (1)
75if (Views.Count == 0 && ControlState < ControlState.FrameworkInitialized /* Whidbey 113333 */) {
UI\WebControls\TemplatedWizardStep.cs (2)
45if (Owner != null && ControlState > ControlState.Constructed) { 80if (Owner != null && ControlState > ControlState.Constructed) {
UI\WebControls\Wizard.cs (1)
154(value >= WizardSteps.Count && ControlState >= ControlState.FrameworkInitialized)) {
UI\WebParts\WebPart.cs (1)
348if (ControlState >= ControlState.Loaded &&
UI\WebParts\WebZone.cs (1)
537if (page.ControlState >= ControlState.Initialized && !DesignMode) {