7 writes to IsStaticReference
System.Web.Extensions (7)
UI\ScriptControlManager.cs (2)
83
scriptControlReference.
IsStaticReference
= false;
114
extenderControlReference.
IsStaticReference
= false;
UI\ScriptManager.cs (2)
1056
_compositeScript.
IsStaticReference
= true;
1071
scriptReference.
IsStaticReference
= true;
UI\ScriptManagerProxy.cs (2)
225
_compositeScript.
IsStaticReference
= true;
233
scriptReference.
IsStaticReference
= true;
UI\ScriptReference.cs (1)
51
IsStaticReference
= true;
1 reference to IsStaticReference
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
1940
if (sr.
IsStaticReference
) {