9 references to EditRegionSize
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (8)
106listBox.Width = Math.Max(maxWidth, EditRegionSize.Width); 176int buttonHeight = EditRegionSize.Height - EditorLineButtonPadding * 2 - 1; 177_button.Location = new Point(EditRegionLocation.X + EditRegionSize.Width - buttonHeight - EditorLineButtonPadding, EditRegionLocation.Y + EditorLineButtonPadding + 1); 279ActionPanel.Invalidate(new Rectangle(EditRegionLocation, EditRegionSize), false); 291int width = EditRegionSize.Height - EditorLineSwatchPadding * 2; 338hostedControl.Width = Math.Max(hostedControl.Width, EditRegionSize.Width - 2); 344Rectangle editorBounds = new(Point.Empty, EditRegionSize); 368Rectangle editorBounds = new(Point.Empty, EditRegionSize);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
290Rectangle editRect = new(EditRegionRelativeLocation, EditRegionSize);