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