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