1 instantiation of EditorPropertyLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
480return new EditorPropertyLine(serviceProvider, actionPanel);
5 references to EditorPropertyLine
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (2)
679return EditorPropertyLine.CreateLineInfo(list, pti); 694return EditorPropertyLine.CreateLineInfo(list, pti);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (3)
445private readonly EditorPropertyLine _parent; 447public DropDownHolder(Control hostedControl, Control parentControl, Color borderColor, Font font, EditorPropertyLine parent) 483public override Type LineType => typeof(EditorPropertyLine);