5 types derived from Line
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
12
private sealed class MethodLine :
Line
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
11
private sealed class PanelHeaderLine :
Line
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
12
private abstract class PropertyLine :
Line
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
11
private sealed class SeparatorLine :
Line
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
11
private class TextLine :
Line
20 references to Line
System.Windows.Forms.Design (20)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
69
public override
Line
CreateLine(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.cs (11)
40
private readonly List<
Line
> _lines;
170
private
Line
? FocusedLine => ActiveControl?.Tag as
Line
;
378
Line
line = _lines[i];
503
Line
line = _lines[i];
531
Line
? focusedLine = FocusedLine;
810
Line
? focusedLine = FocusedLine;
862
Line
oldLine = _lines[i];
879
Line
newLine = newLineInfo.CreateLine(_serviceProvider, this);
893
Line
excessLine = _lines[i];
901
foreach (
Line
line in _lines)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
478
public override
Line
CreateLine(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs (1)
22
public override
Line
CreateLine(IServiceProvider serviceProvider, DesignerActionPanel actionPanel)
System\ComponentModel\Design\DesignerActionPanel.LineInfo.cs (1)
12
public abstract
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)