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