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