3 references to Maximum
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignerFrame.cs (1)
164Size selectionSize = DesignerUtils.GetAdornmentDimensions(AdornmentType.Maximum);
System\Windows\Forms\Design\DesignerUtils.cs (1)
344AdornmentType.ContainerSelector or AdornmentType.Maximum => new Size(s_containerGrabHandleSize, s_containerGrabHandleSize),
System\Windows\Forms\Design\SelectionUIService.cs (1)
1206AdornmentType.ContainerSelector or AdornmentType.Maximum => new Size(ContainerSelectionUIItem.CONTAINER_WIDTH, ContainerSelectionUIItem.CONTAINER_HEIGHT),