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