7 references to LineVerticalPadding
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (2)
39_checkBox.Location = new Point(LineLeftMargin, top + LineVerticalPadding / 2); 43return checkBoxPreferredSize + new Size(LineLeftMargin + LineRightMargin, LineVerticalPadding);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (2)
48_linkLabel.Location = new Point(LineLeftMargin, top + LineVerticalPadding / 2); 52return linkLabelSize + new Size(LineLeftMargin + LineRightMargin, LineVerticalPadding);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
96int height = textBoxPreferredHeight + LineVerticalPadding + TextBoxLineInnerPadding * 2 + 2; // 2 == border size
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (2)
43_label.Location = new Point(LineLeftMargin, top + LineVerticalPadding / 2); 47return labelSize + new Size(LineLeftMargin + LineRightMargin, LineVerticalPadding);