5 references to List
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (2)
219if (!category.TryGetValue(lineInfo.List, out List<LineInfo>? categoryList)) 222category.Add(lineInfo.List, categoryList);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
87_actionList = info.List;
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
96_actionList = info.List; 100Value = PropertyDescriptor.GetValue(info.List);