8 references to Name
System.Web (8)
ModelBinding\ControlValueProvider.cs (2)
43if ((controlValueProp != null) && (!String.IsNullOrEmpty(controlValueProp.Name))) { 44propertyName = controlValueProp.Name;
UI\ControlValuePropertyAttribute.cs (3)
79if (String.Equals(_name, other.Name, StringComparison.Ordinal)) { 94((Name != null) ? Name.GetHashCode() : 0),
UI\WebControls\ControlParameter.cs (3)
166if ((controlValueProp != null) && (!String.IsNullOrEmpty(controlValueProp.Name))) { 167propertyName = controlValueProp.Name; 179String.Equals(controlValueProp.Name, propertyName, StringComparison.OrdinalIgnoreCase) &&