2 writes to ControlState
System.Web (2)
UI\Page.cs (2)
4431
this.
ControlState
= ControlState.FrameworkInitialized;
4475
this.
ControlState
= ControlState.FrameworkInitialized;
23 references to ControlState
System.Web (23)
UI\ClientScriptManager.cs (1)
151
if ((_owner.
ControlState
< ControlState.PreRendered) && (!_owner.IsCallback)) {
UI\Control.cs (1)
1885
if (
ControlState
< ControlState.Initialized) {
UI\ControlCachePolicy.cs (1)
51
if (_pcc.
ControlState
>= ControlState.PreRendered) {
UI\Page.cs (14)
987
if (this.
ControlState
> ControlState.FrameworkInitialized) {
1237
if ((Page.Header == null) && (this.
ControlState
>= ControlState.ChildrenInitialized)) {
1249
if (this.
ControlState
>= ControlState.ChildrenInitialized) {
1269
if ((Page.Header == null) && (this.
ControlState
>= ControlState.ChildrenInitialized)) {
1281
if (this.
ControlState
>= ControlState.ChildrenInitialized) {
1301
if ((Page.Header == null) && (this.
ControlState
>= ControlState.ChildrenInitialized)) {
1313
if (this.
ControlState
>= ControlState.ChildrenInitialized) {
1704
if (this.
ControlState
> ControlState.FrameworkInitialized) {
1735
if (this.
ControlState
> ControlState.FrameworkInitialized) {
1759
if (
ControlState
>= ControlState.Initialized) {
2527
if (Form.
ControlState
== ControlState.PreRendered) {
2550
if (Form.
ControlState
== ControlState.PreRendered) {
2900
if (control.
ControlState
== ControlState.PreRendered) {
4302
if (
ControlState
>= ControlState.PreRendered) {
UI\WebControls\MultiView.cs (1)
75
if (Views.Count == 0 &&
ControlState
< ControlState.FrameworkInitialized /* Whidbey 113333 */) {
UI\WebControls\TemplatedWizardStep.cs (2)
45
if (Owner != null &&
ControlState
> ControlState.Constructed) {
80
if (Owner != null &&
ControlState
> ControlState.Constructed) {
UI\WebControls\Wizard.cs (1)
154
(value >= WizardSteps.Count &&
ControlState
>= ControlState.FrameworkInitialized)) {
UI\WebParts\WebPart.cs (1)
348
if (
ControlState
>= ControlState.Loaded &&
UI\WebParts\WebZone.cs (1)
537
if (page.
ControlState
>= ControlState.Initialized && !DesignMode) {