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