4 references to
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionMethodItem.cs (1)
20: base(displayName, category, description)
System\ComponentModel\Design\DesignerActionPanel.DesignerActionPanelHeaderItem.cs (1)
10public DesignerActionPanelHeaderItem(string title, string? subtitle) : base(title, null, null)
System\ComponentModel\Design\DesignerActionPropertyItem.cs (1)
9: base(displayName, category, description)
System\ComponentModel\Design\DesignerActionTextItem.cs (1)
8public DesignerActionTextItem(string? displayName, string? category) : base(displayName, category, description: null)