1 instantiation of RegisteredExpandoAttribute
System.Web.Extensions (1)
UI\ScriptRegistrationManager.cs (1)
346new RegisteredExpandoAttribute(control,
10 references to RegisteredExpandoAttribute
System.Web.Extensions (10)
UI\ScriptManager.cs (2)
1140public ReadOnlyCollection<RegisteredExpandoAttribute> GetRegisteredExpandoAttributes() { 1141return new ReadOnlyCollection<RegisteredExpandoAttribute>(ScriptRegistration.ScriptExpandos);
UI\ScriptRegistrationManager.cs (8)
43private List<RegisteredExpandoAttribute> _expandos; 77public List<RegisteredExpandoAttribute> ScriptExpandos { 80_expandos = new List<RegisteredExpandoAttribute>(); 345RegisteredExpandoAttribute entry = 456List<RegisteredExpandoAttribute> entriesToRender = new List<RegisteredExpandoAttribute>(); 461foreach (RegisteredExpandoAttribute entry in ScriptExpandos) { 475foreach (RegisteredExpandoAttribute activeRegistration in entriesToRender) {