1 write to _attributes
System.Web.DynamicData (1)
DynamicData\DynamicField.cs (1)
309_attributes = new Dictionary<string, string>();
5 references to _attributes
System.Web.DynamicData (5)
DynamicData\DynamicField.cs (5)
227control.SetAttributes(_attributes); 299if (_attributes == null) 301return _attributes[key]; 308if (_attributes == null) { 311_attributes[key] = value;