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)
227
control.SetAttributes(
_attributes
);
299
if (
_attributes
== null)
301
return
_attributes
[key];
308
if (
_attributes
== null) {
311
_attributes
[key] = value;