1 type derived from TextLineInfo
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs (1)
20
private sealed class HeaderTextLineInfo(DesignerActionList list, DesignerActionTextItem item) :
TextLineInfo
(list, item)
1 instantiation of TextLineInfo
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
73
public static StandardLineInfo CreateLineInfo(DesignerActionList list, DesignerActionTextItem item) => new
TextLineInfo
(list, item);
2 references to TextLineInfo
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (2)
65
TextLineInfo
textLineInfo = (
TextLineInfo
)lineInfo;