1 write to _registeredControlsWithExpandoAttributes
System.Web (1)
UI\ClientScriptManager.cs (1)
690_registeredControlsWithExpandoAttributes = new ListDictionary(StringComparer.Ordinal);
6 references to _registeredControlsWithExpandoAttributes
System.Web (6)
UI\ClientScriptManager.cs (6)
689if (_registeredControlsWithExpandoAttributes == null) { 693expandoAttributes = (ListDictionary)_registeredControlsWithExpandoAttributes[controlId]; 698_registeredControlsWithExpandoAttributes.Add(controlId, expandoAttributes); 1065if (_registeredControlsWithExpandoAttributes == null || 1066_registeredControlsWithExpandoAttributes.Count == 0) { 1072foreach (DictionaryEntry controlEntry in _registeredControlsWithExpandoAttributes) {