4 references to DrawContainerGrabHandle
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (1)
60
ControlPaint.
DrawContainerGrabHandle
(graphics, glyphBounds);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
1151
ControlPaint.
DrawContainerGrabHandle
(graphics, rectangle);
1154
ControlPaint.
DrawContainerGrabHandle
(graphics, rectangle);
1160
Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.
DrawContainerGrabHandle
(null, new Rectangle(1, 2, 3, 4)));