5 references to DrawSelectionBorder
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\LockedBorderGlyph.cs (1)
42DesignerUtils.DrawSelectionBorder(pe.Graphics, bounds);
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (1)
65DesignerUtils.DrawSelectionBorder(pe.Graphics, bounds);
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (1)
89DesignerUtils.DrawSelectionBorder(pe.Graphics, bounds);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\DesignerUtilsTests.cs (2)
143Exception? exception = Record.Exception(() => DesignerUtils.DrawSelectionBorder(_graphics, _bounds)); 150DesignerUtils.DrawSelectionBorder(_graphics, _bounds);