2 references to GetBoundsForSelectionType
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\MiniLockedBorderGlyph.cs (1)
44
bounds = DesignerUtils.
GetBoundsForSelectionType
(controlBounds, type, borderSize);
System\Windows\Forms\Design\DesignerUtils.cs (1)
477
Rectangle bounds =
GetBoundsForSelectionType
(originalBounds, type, bordersize);