1 write to _properties
System.Web.Extensions (1)
UI\ScriptComponentDescriptor.cs (1)
82_properties = new SortedList<string, Expression>(StringComparer.Ordinal);
8 references to _properties
System.Web.Extensions (8)
UI\ScriptComponentDescriptor.cs (8)
81if (_properties == null) { 84return _properties; 198if (_properties != null && _properties.Count > 0) { 199foreach (KeyValuePair<string, Expression> p in _properties) { 231if (_properties != null && _properties.Count > 0) { 232foreach (KeyValuePair<string, Expression> p in _properties) {