1 write to Name
System.Web.Mobile (1)
UI\MobileControls\Style.cs (1)
809this.Name = name;
2 references to Name
System.Web.Mobile (2)
UI\MobileControls\Style.cs (2)
372State[property.Name] = defaultValue.Equals(value) ? null : value; 388Object value = State[property.Name];