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