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