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);
43
return checkBoxPreferredSize + new Size(LineLeftMargin + LineRightMargin,
LineVerticalPadding
);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (2)
48
_linkLabel.Location = new Point(LineLeftMargin, top +
LineVerticalPadding
/ 2);
52
return linkLabelSize + new Size(LineLeftMargin + LineRightMargin,
LineVerticalPadding
);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
96
int 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);
47
return labelSize + new Size(LineLeftMargin + LineRightMargin,
LineVerticalPadding
);