5 references to Name
System.Web (3)
UI\DataKeyPropertyAttribute.cs (3)
33return String.Equals(_name, other.Name, StringComparison.Ordinal); 40return (Name != null) ? Name.GetHashCode() : 0;
System.Web.DynamicData (2)
DynamicData\DataBoundControlParameterTarget.cs (2)
33if ((attribute != null) && !String.IsNullOrEmpty(attribute.Name)) { 34return attribute.Name + String.Format(CultureInfo.InvariantCulture, "['{0}']", columnName);