1 write to _editRegionLocation
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
105_editRegionLocation = new Point(editRegionXPos, top + TextBoxTopPadding);
3 references to _editRegionLocation
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
65protected Point EditRegionLocation => _editRegionLocation; 114EditControl!.Location = new Point(_editRegionLocation.X + GetTextBoxLeftPadding(textBoxPreferredHeight) + 1 + specialPadding, _editRegionLocation.Y + TextBoxLineInnerPadding + 1);