1 write to _scriptPath
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
752
_scriptPath
= value;
2 references to _scriptPath
System.Web.Extensions (2)
UI\ScriptManager.cs (2)
749
return (
_scriptPath
== null) ? String.Empty :
_scriptPath
;