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