24 instantiations of SubDataGridViewCell
System.Windows.Forms.Tests (24)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (24)
27
yield return new object[] { new
SubDataGridViewCell
() };
107
SubDataGridViewCell cell =
new
();
134
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), "Edit" };
137
SubDataGridViewCell cell =
new
();
182
SubDataGridViewCell cell =
new
();
190
SubDataGridViewCell cell =
new
()
202
SubDataGridViewCell cell =
new
()
213
SubDataGridViewCell cell =
new
()
291
using SubDataGridViewCell owner =
new
();
303
using SubDataGridViewCell owner =
new
();
311
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), null };
314
SubDataGridViewCell cell =
new
();
343
using SubDataGridViewCell owner =
new
();
351
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), "(null)" };
385
using SubDataGridViewCell owner =
new
();
401
using SubDataGridViewCell owner =
new
();
425
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), AccessibleNavigation.Right, null };
428
SubDataGridViewCell cell =
new
();
452
using SubDataGridViewCell owner =
new
();
750
AccessibleObject accessibleObject = new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
());
758
SubDataGridViewCell cell =
new
()
848
AccessibleObject accessibleObject = new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
());
856
SubDataGridViewCell cell =
new
()
1073
using SubDataGridViewCell owner =
new
();
17 references to SubDataGridViewCell
System.Windows.Forms.Tests (17)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (17)
107
SubDataGridViewCell
cell = new();
137
SubDataGridViewCell
cell = new();
182
SubDataGridViewCell
cell = new();
190
SubDataGridViewCell
cell = new()
202
SubDataGridViewCell
cell = new()
213
SubDataGridViewCell
cell = new()
291
using
SubDataGridViewCell
owner = new();
303
using
SubDataGridViewCell
owner = new();
314
SubDataGridViewCell
cell = new();
343
using
SubDataGridViewCell
owner = new();
385
using
SubDataGridViewCell
owner = new();
401
using
SubDataGridViewCell
owner = new();
428
SubDataGridViewCell
cell = new();
452
using
SubDataGridViewCell
owner = new();
758
SubDataGridViewCell
cell = new()
856
SubDataGridViewCell
cell = new()
1073
using
SubDataGridViewCell
owner = new();