50 references to ControlState
System.Web (50)
UI\ClientScriptManager.cs (1)
151
if ((_owner.ControlState <
ControlState
.PreRendered) && (!_owner.IsCallback)) {
UI\Control.cs (26)
70
private
ControlState
_controlState;
588
if ((_controlState >=
ControlState
.FrameworkInitialized) && !DesignMode) {
644
if (_controlState >=
ControlState
.FrameworkInitialized) {
1215
internal
ControlState
ControlState {
1729
if (_controlState <
ControlState
.Initialized) {
1730
_controlState =
ControlState
.ChildrenInitialized; // framework also initialized
1745
_controlState =
ControlState
.Initialized;
1786
if (_controlState <
ControlState
.Initialized) {
1787
_controlState =
ControlState
.ChildrenInitialized; // framework also initialized
1805
_controlState =
ControlState
.Initialized;
1885
if (ControlState <
ControlState
.Initialized) {
2060
_controlState =
ControlState
.ViewStateLoaded;
2254
if (_controlState <
ControlState
.Loaded) {
2275
if (_controlState <
ControlState
.Loaded)
2276
_controlState =
ControlState
.Loaded;
2282
if (_controlState <
ControlState
.Loaded) {
2306
if (_controlState <
ControlState
.Loaded)
2307
_controlState =
ControlState
.Loaded;
2351
_controlState =
ControlState
.PreRendered;
2403
_controlState =
ControlState
.PreRendered;
2724
_controlState =
ControlState
.Constructed;
2894
if (_controlState >=
ControlState
.ChildrenInitialized) {
2902
if (control._controlState >=
ControlState
.Initialized &&
2908
if (_controlState >=
ControlState
.ViewStateLoaded) {
2931
if (_controlState >=
ControlState
.Loaded) {
2934
if (_controlState >=
ControlState
.PreRendered)
UI\ControlCachePolicy.cs (1)
51
if (_pcc.ControlState >=
ControlState
.PreRendered) {
UI\Page.cs (16)
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) {
4431
this.ControlState =
ControlState
.FrameworkInitialized;
4475
this.ControlState =
ControlState
.FrameworkInitialized;
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) {