8 references to s_containerGrabHandleSize
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\DesignerUtils.cs (2)
344
AdornmentType.ContainerSelector or AdornmentType.Maximum => new Size(
s_containerGrabHandleSize
,
s_containerGrabHandleSize
),
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
1044
int glyphOffset = (int)(DesignerUtils.
s_containerGrabHandleSize
* .5);
1047
if (translatedBounds.Width < 2 * DesignerUtils.
s_containerGrabHandleSize
)
1053
ContainerSelectorGlyph containerSelectorGlyph = new(translatedBounds, DesignerUtils.
s_containerGrabHandleSize
, glyphOffset, behavior);
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
1371
int glyphOffset = (int)(DesignerUtils.
s_containerGrabHandleSize
* .5);
1373
if (translatedBounds.Width < 2 * DesignerUtils.
s_containerGrabHandleSize
)
1379
ContainerSelectorGlyph containerSelectorGlyph = new(translatedBounds, DesignerUtils.
s_containerGrabHandleSize
, glyphOffset, behavior);