2 writes to ControlState
System.Web (2)
UI\Page.cs (2)
4431this.ControlState = ControlState.FrameworkInitialized; 4475this.ControlState = ControlState.FrameworkInitialized;
23 references to ControlState
System.Web (23)
UI\ClientScriptManager.cs (1)
151if ((_owner.ControlState < ControlState.PreRendered) && (!_owner.IsCallback)) {
UI\Control.cs (1)
1885if (ControlState < ControlState.Initialized) {
UI\ControlCachePolicy.cs (1)
51if (_pcc.ControlState >= ControlState.PreRendered) {
UI\Page.cs (14)
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) {
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) {