1 instantiation of SeparatorLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
42
return new
SeparatorLine
(serviceProvider, actionPanel, _isSubSeparator);
3 references to SeparatorLine
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.cs (2)
841
newLines.Add(new
SeparatorLine
.Info(true));
849
newLines.Add(new
SeparatorLine
.Info());
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
45
public override Type LineType => typeof(
SeparatorLine
);