Base:
property
Item
System.ComponentModel.Design.DesignerActionPanel.LineInfo.Item
3 overrides of Item
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
121public override DesignerActionMethodItem Item { get; } = item;
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
115public override DesignerActionPropertyItem Item { get; } = item;
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
77public override DesignerActionTextItem Item { get; } = item;
1 reference to Item
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
210string? categoryName = lineInfo.Item.Category;