2 instantiations of DataGridViewUIAStartRowCountAtZeroScope
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
1479
using DataGridViewUIAStartRowCountAtZeroScope scope =
new
(switchValue);
System\Windows\Forms\AccessibleObjects\DataGridViewRowAccessibleObjectTests.cs (1)
2394
using DataGridViewUIAStartRowCountAtZeroScope scope =
new
(switchValue);
4 references to DataGridViewUIAStartRowCountAtZeroScope
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
1479
using
DataGridViewUIAStartRowCountAtZeroScope
scope = new(switchValue);
System\Windows\Forms\AccessibleObjects\DataGridViewRowAccessibleObjectTests.cs (1)
2394
using
DataGridViewUIAStartRowCountAtZeroScope
scope = new(switchValue);
System.Windows.Forms.TestUtilities (2)
DataGridViewUIAStartRowCountAtZeroScope.cs (2)
19
Monitor.Enter(typeof(
DataGridViewUIAStartRowCountAtZeroScope
));
31
Monitor.Exit(typeof(
DataGridViewUIAStartRowCountAtZeroScope
));