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)
1459
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Top));
1460
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Bottom));
1461
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Left));
1462
gr.FillRectangle(selectionBorderBrush, DesignerUtils.
GetBoundsForNoResizeSelectionType
(innerRect, SelectionBorderGlyphType.Right));