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