11 references to DrawGrabHandle
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (8)
155
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, (_sizes[0] != 0));
158
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[2] != 0);
161
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[7] != 0);
164
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[5] != 0);
167
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[6] != 0);
170
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[1] != 0);
174
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[3] != 0);
177
ControlPaint.
DrawGrabHandle
(graphics, rect, fActive, _sizes[4] != 0);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
1245
ControlPaint.
DrawGrabHandle
(graphics, rectangle, primary, enabled);
1248
ControlPaint.
DrawGrabHandle
(graphics, rectangle, primary, enabled);
1258
Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.
DrawGrabHandle
(null, new Rectangle(1, 2, 3, 4), primary, enabled));