2 references to EditInputWidth
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
99
int minimumWidth = editRegionXPos +
EditInputWidth
+ LineRightMargin;
107
_editRegionSize = new Size(
EditInputWidth
+ textBoxWidthBonus, textBoxPreferredHeight + TextBoxLineInnerPadding * 2);