1 instantiation of MethodLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
124return new MethodLine(serviceProvider, actionPanel);
2 references to MethodLine
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
665return MethodLine.CreateLineInfo(list, methodItem);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
127public override Type LineType => typeof(MethodLine);