5 references to IsClientScriptBlockRegistered
System.Web (5)
UI\ClientScriptManager.cs (1)
566
return
IsClientScriptBlockRegistered
(typeof(Page), key);
UI\Page.cs (2)
2366
if (!ClientScript.
IsClientScriptBlockRegistered
(typeof(HtmlForm), "Focus")) {
2810
return ClientScript.
IsClientScriptBlockRegistered
(typeof(Page), key);
UI\WebControls\BaseValidator.cs (1)
624
if (Page.ClientScript.
IsClientScriptBlockRegistered
(typeof(BaseValidator), ValidatorIncludeScriptKey)) {
UI\WebControls\TreeView.cs (1)
2644
if (!scriptOM.
IsClientScriptBlockRegistered
(GetType(), "PopulateNode")) {