8 references to IsDebuggingEnabled
System.Web.Extensions (8)
UI\CompositeScriptReference.cs (1)
50
(scriptManager.
IsDebuggingEnabled
)));
UI\ScriptManager.cs (4)
1539
if (
IsDebuggingEnabled
&& (AjaxFrameworkMode == AjaxFrameworkMode.Explicit)) {
1702
bool loadCheckRegistered = !(
IsDebuggingEnabled
&& !IsInAsyncPostBack);
1792
string pageMethods = PageClientProxyGenerator.GetClientProxyScript(Context, IPage,
IsDebuggingEnabled
);
2001
if (
IsDebuggingEnabled
&& (AjaxFrameworkMode == AjaxFrameworkMode.Explicit)) {
UI\ScriptReference.cs (1)
471
return scriptManager.
IsDebuggingEnabled
;
UI\ServiceReference.cs (2)
78
scriptManager.
IsDebuggingEnabled
);
84
((scriptManager.DesignMode || scriptManager.
IsDebuggingEnabled
) ?