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