7 instantiations of ScriptReference
System.Web.Extensions (7)
UI\ScriptManager.cs (5)
1034ScriptReference appServices = new ScriptReference("MicrosoftAjaxApplicationServices.js", this, this); 1039ScriptReference atlasWebForms = new ScriptReference("MicrosoftAjaxWebForms.js", this, this); 1043ScriptReference atlasCore = new ScriptReference("MicrosoftAjax.js", this, this); 1485sm.Scripts.Add(new ScriptReference() { Name = resourceName }); 1545ScriptReference reference = new ScriptReference(entry.Item2, null);
UI\ScriptRegistrationManager.cs (1)
265ScriptReference script = new ScriptReference {
UI\Timer.cs (1)
149yield return new ScriptReference("MicrosoftAjaxTimer.js", Assembly.GetAssembly(typeof(Timer)).FullName) ;
51 references to ScriptReference
System.Web.Extensions (51)
UI\CompositeScriptReference.cs (4)
84foreach (ScriptReference reference in Scripts) { 150resourceName = ScriptReference.GetScriptPath(resourceName, resourceAssembly, 175foreach (ScriptReference script in Scripts) { 184foreach (ScriptReference script in Scripts) {
UI\ExtenderControl.cs (2)
160protected abstract IEnumerable<ScriptReference> GetScriptReferences(); 167IEnumerable<ScriptReference> IExtenderControl.GetScriptReferences() {
UI\IExtenderControl.cs (1)
19IEnumerable<ScriptReference> GetScriptReferences();
UI\IScriptControl.cs (1)
20IEnumerable<ScriptReference> GetScriptReferences();
UI\ScriptControl.cs (2)
87protected abstract IEnumerable<ScriptReference> GetScriptReferences(); 94IEnumerable<ScriptReference> IScriptControl.GetScriptReferences() {
UI\ScriptControlManager.cs (4)
71IEnumerable<ScriptReference> scriptControlReferences = scriptControl.GetScriptReferences(); 76foreach (ScriptReference scriptControlReference in scriptControlReferences) { 103IEnumerable<ScriptReference> extenderControlReferences = extenderControl.GetScriptReferences(); 107foreach (ScriptReference extenderControlReference in extenderControlReferences) {
UI\ScriptManager.cs (25)
934private ScriptReferenceBase AddFrameworkScript(ScriptReference frameworkScript, List<ScriptReferenceBase> scripts, bool webFormsWithoutAjax) { 958ScriptReference sr = script as ScriptReference; 980foreach (ScriptReference scriptReference in csr.Scripts) { 1034ScriptReference appServices = new ScriptReference("MicrosoftAjaxApplicationServices.js", this, this); 1039ScriptReference atlasWebForms = new ScriptReference("MicrosoftAjaxWebForms.js", this, this); 1043ScriptReference atlasCore = new ScriptReference("MicrosoftAjax.js", this, this); 1062foreach (ScriptReference scriptReference in _scripts) { 1235private bool NeedToLoadBeforeUI(ScriptReference script, AjaxFrameworkMode ajaxMode) { 1545ScriptReference reference = new ScriptReference(entry.Item2, null); 1605ScriptReference sref = scriptRef as ScriptReference; 1678ScriptReference sr = script as ScriptReference; 1754var scriptReference = script as ScriptReference; 1852ScriptReference script1 = scripts[0] as ScriptReference; 1863ScriptReference script1 = scripts[0] as ScriptReference; 1864ScriptReference script2 = scripts[1] as ScriptReference; 1891foreach (ScriptReference sr in csr.Scripts) { 1932var sr = script as ScriptReference;
UI\ScriptManagerProxy.cs (1)
230foreach (ScriptReference scriptReference in _scripts) {
UI\ScriptReference.cs (1)
560public ScriptEffectiveInfo(ScriptReference scriptReference) {
UI\ScriptReferenceCollection.cs (1)
12public class ScriptReferenceCollection : Collection<ScriptReference> {
UI\ScriptReferenceEventArgs.cs (3)
12private readonly ScriptReference _script; 14public ScriptReferenceEventArgs(ScriptReference script) { 21public ScriptReference Script {
UI\ScriptRegistrationManager.cs (1)
265ScriptReference script = new ScriptReference {
UI\ScriptResourceMapping.cs (1)
64public ScriptResourceDefinition GetDefinition(ScriptReference scriptReference) {
UI\Timer.cs (2)
148protected virtual IEnumerable<ScriptReference> GetScriptReferences() { 165IEnumerable<ScriptReference> IScriptControl.GetScriptReferences() {
UI\UpdateProgress.cs (2)
181protected virtual IEnumerable<ScriptReference> GetScriptReferences() { 220IEnumerable<ScriptReference> IScriptControl.GetScriptReferences() {