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