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)
194
if (
_attributes
!= null) {
196
foreach (var entry in
_attributes
) {
314
if (
_attributes
== null)
316
return
_attributes
[key];
323
if (
_attributes
== null) {
326
_attributes
[key] = value;