12 references to LineLeftMargin
System.Windows.Forms.Design (12)
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.PanelHeaderLine.cs (2)
65_titleLabel.Location = new Point(LineLeftMargin, top + PanelHeaderVerticalPadding); 68_subtitleLabel.Location = new Point(LineLeftMargin, top + PanelHeaderVerticalPadding * 2 + titleSize.Height);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (4)
80return LineLeftMargin; 83return LineLeftMargin + _label.GetPreferredSize(new Size(int.MaxValue, int.MaxValue)).Width + TextBoxLineCenterMargin; 109_label.Location = new Point(LineLeftMargin, top); 304_editXPos = LineLeftMargin;
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (2)
43_label.Location = new Point(LineLeftMargin, top + LineVerticalPadding / 2); 47return labelSize + new Size(LineLeftMargin + LineRightMargin, LineVerticalPadding);