7 overrides of CreateLine
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
69
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
475
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
122
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
127
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
40
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
364
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
78
public override Line
CreateLine
(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
1 reference to CreateLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
879
Line newLine = newLineInfo.
CreateLine
(_serviceProvider, this);