Implemented interface member:
property
IsInAsyncPostBack
System.Web.UI.IScriptManagerInternal.IsInAsyncPostBack
16 references to IsInAsyncPostBack
System.Web.Extensions (16)
UI\PageRequestManager.cs (6)
412if (_owner.IsInAsyncPostBack) { 495Debug.Assert(_owner.IsInAsyncPostBack); 596if (!_owner.IsInAsyncPostBack) { 651Debug.Assert(_owner.IsInAsyncPostBack, "Catch-up initialization should only be done in async posts."); 892if (_owner.IsInAsyncPostBack) { 908if (_owner.IsInAsyncPostBack) {
UI\ScriptManager.cs (8)
1223if (IsInAsyncPostBack) { 1305if (!IsInAsyncPostBack) { 1338if (IsInAsyncPostBack && !SupportsPartialRendering) { 1360if (IsInAsyncPostBack) { 1387if (!IsInAsyncPostBack) { 1691LoadScriptsBeforeUI, (IsInAsyncPostBack ? null : IPage.ClientScript), 1702bool loadCheckRegistered = !(IsDebuggingEnabled && !IsInAsyncPostBack); 1980if (!IsInAsyncPostBack && (AjaxFrameworkMode != AjaxFrameworkMode.Disabled)) {
UI\ScriptRegistrationManager.cs (1)
308if (!_scriptManager.IsInAsyncPostBack) {
UI\Timer.cs (1)
176if (_stateDirty && this.ScriptManager.IsInAsyncPostBack) {