2 references to DrawFocus
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPostPaintEventArgsTests.cs (2)
90
e.
DrawFocus
(new Rectangle(1, 2, 3, 4), true);
103
Assert.Throws<InvalidOperationException>(() => e.
DrawFocus
(new Rectangle(1, 2, 3, 4), true));