9 references to EditRegionSize
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (8)
106listBox.Width = Math.Max(maxWidth, EditRegionSize.Width); 173int buttonHeight = EditRegionSize.Height - EditorLineButtonPadding * 2 - 1; 174_button.Location = new Point(EditRegionLocation.X + EditRegionSize.Width - buttonHeight - EditorLineButtonPadding, EditRegionLocation.Y + EditorLineButtonPadding + 1); 276ActionPanel.Invalidate(new Rectangle(EditRegionLocation, EditRegionSize), false); 288int width = EditRegionSize.Height - EditorLineSwatchPadding * 2; 335hostedControl.Width = Math.Max(hostedControl.Width, EditRegionSize.Width - 2); 341Rectangle editorBounds = new(Point.Empty, EditRegionSize); 365Rectangle editorBounds = new(Point.Empty, EditRegionSize);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
290Rectangle editRect = new(EditRegionRelativeLocation, EditRegionSize);