1 instantiation of CheckBoxPropertyLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
71return new CheckBoxPropertyLine(serviceProvider, actionPanel);
2 references to CheckBoxPropertyLine
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
74public override Type LineType => typeof(CheckBoxPropertyLine);
System\ComponentModel\Design\DesignerActionPanel.cs (1)
689return CheckBoxPropertyLine.CreateLineInfo(list, pti);