2 writes to _attributes
System.Web.DynamicData (2)
DynamicData\DynamicControl.cs (2)
305_attributes = attributes; 324_attributes = new Dictionary<string, string>();
6 references to _attributes
System.Web.DynamicData (6)
DynamicData\DynamicControl.cs (6)
194if (_attributes != null) { 196foreach (var entry in _attributes) { 314if (_attributes == null) 316return _attributes[key]; 323if (_attributes == null) { 326_attributes[key] = value;