8 references to CreateScriptKey
System.Web (8)
UI\ClientScriptManager.cs (8)
578&& (_registeredClientScriptBlocks.Contains(CreateScriptKey(type, key)))); 618&& (_registeredClientStartupScripts.Contains(CreateScriptKey(type, key)))); 637&& (_registeredOnSubmitStatements.Contains(CreateScriptKey(type, key)))); 787RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientScriptBlocksWithoutTags); 790RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientScriptBlocks); 900RegisterOnSubmitStatementInternal(CreateScriptKey(type, key), script); 1010RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientStartupScriptsWithoutTags); 1013RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientStartupScripts);