2 writes to _scriptManagerType
System.Web (2)
UI\Page.cs (2)
6399
_scriptManagerType
= BuildManager.GetType("System.Web.UI.ScriptManager", false);
6405
_scriptManagerType
= value;
2 references to _scriptManagerType
System.Web (2)
UI\Page.cs (2)
6398
if (
_scriptManagerType
== null) {
6401
return
_scriptManagerType
;