1 type derived from TextLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs (1)
10
private sealed class HeaderLine :
TextLine
1 instantiation of TextLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
80
return new
TextLine
(serviceProvider, actionPanel);
2 references to TextLine
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
709
return
TextLine
.CreateLineInfo(list, textItem);
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
83
public override Type LineType => typeof(
TextLine
);