1 write to _name
System.Web.Mobile (1)
UI\MobileControls\PersistNameAttribute.cs (1)
40this._name = name;
3 references to _name
System.Web.Mobile (3)
UI\MobileControls\PersistNameAttribute.cs (3)
33return this._name; 53return(String.Compare(((PersistNameAttribute)obj).Name, _name, StringComparison.OrdinalIgnoreCase) == 0); 62return _name.ToLower(CultureInfo.InvariantCulture).GetHashCode();