1 instantiation of HeaderLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs (1)
24return new HeaderLine(serviceProvider, actionPanel);
2 references to HeaderLine
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
705return HeaderLine.CreateLineInfo(list, textItem);
System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs (1)
27public override Type LineType => typeof(HeaderLine);