4 references to CONTAINER_HEIGHT
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (3)
36
Rectangle rect = new(_outerRect.X, _outerRect.Y, CONTAINER_WIDTH,
CONTAINER_HEIGHT
);
59
Rectangle glyphBounds = new(_outerRect.X, _outerRect.Y, CONTAINER_WIDTH,
CONTAINER_HEIGHT
);
72
Rectangle rect = new(_outerRect.X, _outerRect.Y, CONTAINER_WIDTH,
CONTAINER_HEIGHT
);
System\Windows\Forms\Design\SelectionUIService.cs (1)
1206
AdornmentType.ContainerSelector or AdornmentType.Maximum => new Size(ContainerSelectionUIItem.CONTAINER_WIDTH, ContainerSelectionUIItem.
CONTAINER_HEIGHT
),