1 override of DisplayName
System.Web (1)
UI\WebParts\PropertyGridEditorPart.cs (1)
412public override string DisplayName {
7 references to DisplayName
System.Web (7)
UI\WebParts\PropertyGridEditorPart.cs (4)
225if (attribute != null && !String.IsNullOrEmpty(attribute.DisplayName)) { 226return attribute.DisplayName; 416DisplayNameValue = SR.GetString(base.DisplayName); 418return base.DisplayName;
UI\WebParts\WebDisplayNameAttribute.cs (3)
44return (other != null) && other.DisplayName == DisplayName; 48return DisplayName.GetHashCode();