1 instantiation of Info
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
117
public static StandardLineInfo CreateLineInfo(DesignerActionList list, DesignerActionMethodItem item) => new
Info
(list, item);
2 references to Info
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (2)
86
Info
info = (
Info
)lineInfo;