5 references to List
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (2)
219
if (!category.TryGetValue(lineInfo.
List
, out List<LineInfo>? categoryList))
222
category.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
;
100
Value = PropertyDescriptor.GetValue(info.
List
);