6 references to GetBoundsForNoResizeSelectionType
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
154
Rectangle newRect = DesignerUtils.
GetBoundsForNoResizeSelectionType
(_alternativeBounds, SelectionBorderGlyphType.Top);
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (1)
36
bounds = DesignerUtils.
GetBoundsForNoResizeSelectionType
(controlBounds, type);
System\Windows\Forms\Design\ComponentTray.cs (4)
1465
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Top));
1466
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Bottom));
1467
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Left));
1468
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Right));