3 references to DrawGrabHandle
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (1)
113DesignerUtils.DrawGrabHandle(pe.Graphics, bounds, _isPrimary);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\DesignerUtilsTests.cs (2)
100Exception? exception = Record.Exception(() => DesignerUtils.DrawGrabHandle(_graphics, _bounds, isPrimary: true)); 108DesignerUtils.DrawGrabHandle(_graphics, _bounds, isPrimary);