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