2 writes to DisplayName
System.Windows.Forms.Design (2)
System\Drawing\Design\ToolboxItem.cs (1)
579
DisplayName
= type.Name;
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (1)
38
DisplayName
= $"Template{++s_template}";
7 references to DisplayName
System.Windows.Forms.Design (7)
System\Drawing\Design\ToolboxItem.cs (4)
385
DisplayName
== otherItem.
DisplayName
;
394
public override int GetHashCode() => HashCode.Combine(TypeName,
DisplayName
);
737
public override string ToString() =>
DisplayName
?? string.Empty;
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
229
uiService.ShowError(ex, string.Format(SR.FailedToCreateComponent, tool.
DisplayName
, exceptionMessage));
System\Windows\Forms\Design\TabControlDesigner.cs (1)
123
throw new ArgumentException(string.Format(SR.TabControlInvalidTabPageType, tool.
DisplayName
));
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
175
currentName = tbxItem.
DisplayName
;