4 references to Name
System.Web (3)
UI\WebControls\BaseValidator.cs (2)
543
if (valProp != null && valProp.
Name
!= null) {
544
return TypeDescriptor.GetProperties(component, null)[valProp.
Name
];
UI\WebControls\ValidatedControlConverter.cs (1)
24
return valProp != null && valProp.
Name
!= null;
System.Web.Mobile (1)
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (1)
154
if (null != valProp && null != valProp.
Name
)