1 write to _editRegionSize
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
107
_editRegionSize
= new Size(EditInputWidth + textBoxWidthBonus, textBoxPreferredHeight + TextBoxLineInnerPadding * 2);
3 references to _editRegionSize
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
69
protected Size EditRegionSize =>
_editRegionSize
;
115
EditControl.Width =
_editRegionSize
.Width - GetTextBoxRightPadding(textBoxPreferredHeight) - GetTextBoxLeftPadding(textBoxPreferredHeight) - specialPadding;
116
EditControl.Height =
_editRegionSize
.Height - TextBoxLineInnerPadding * 2 - 1;