4 references to DrawStatusStripSizingGrip
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
328
Renderer.
DrawStatusStripSizingGrip
(new ToolStripRenderEventArgs(e.Graphics, this));
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripRendererTests.cs (3)
500
renderer.
DrawStatusStripSizingGrip
(eventArgs);
505
renderer.
DrawStatusStripSizingGrip
(eventArgs);
513
Assert.Throws<ArgumentNullException>("e", () => renderer.
DrawStatusStripSizingGrip
(null));