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