1 override of GetTextBoxLeftPadding
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
138
protected override int
GetTextBoxLeftPadding
(int textBoxHeight)
4 references to GetTextBoxLeftPadding
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
142
return base.
GetTextBoxLeftPadding
(textBoxHeight) + textBoxHeight + 2 * EditorLineSwatchPadding;
146
return base.
GetTextBoxLeftPadding
(textBoxHeight);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
114
EditControl!.Location = new Point(_editRegionLocation.X +
GetTextBoxLeftPadding
(textBoxPreferredHeight) + 1 + specialPadding, _editRegionLocation.Y + TextBoxLineInnerPadding + 1);
115
EditControl.Width = _editRegionSize.Width - GetTextBoxRightPadding(textBoxPreferredHeight) -
GetTextBoxLeftPadding
(textBoxPreferredHeight) - specialPadding;