24 instantiations of SubDataGridViewCell
System.Windows.Forms.Tests (24)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (24)
29
yield return new object[] { new
SubDataGridViewCell
() };
109
SubDataGridViewCell cell =
new
();
136
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), "Edit" };
139
SubDataGridViewCell cell =
new
();
184
SubDataGridViewCell cell =
new
();
192
SubDataGridViewCell cell =
new
()
204
SubDataGridViewCell cell =
new
()
215
SubDataGridViewCell cell =
new
()
293
using SubDataGridViewCell owner =
new
();
305
using SubDataGridViewCell owner =
new
();
313
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), null };
316
SubDataGridViewCell cell =
new
();
345
using SubDataGridViewCell owner =
new
();
353
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), "(null)" };
387
using SubDataGridViewCell owner =
new
();
403
using SubDataGridViewCell owner =
new
();
427
yield return new object[] { new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
()), AccessibleNavigation.Right, null };
430
SubDataGridViewCell cell =
new
();
454
using SubDataGridViewCell owner =
new
();
752
AccessibleObject accessibleObject = new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
());
760
SubDataGridViewCell cell =
new
()
850
AccessibleObject accessibleObject = new DataGridViewCellAccessibleObject(new
SubDataGridViewCell
());
858
SubDataGridViewCell cell =
new
()
1075
using SubDataGridViewCell owner =
new
();
17 references to SubDataGridViewCell
System.Windows.Forms.Tests (17)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (17)
109
SubDataGridViewCell
cell = new();
139
SubDataGridViewCell
cell = new();
184
SubDataGridViewCell
cell = new();
192
SubDataGridViewCell
cell = new()
204
SubDataGridViewCell
cell = new()
215
SubDataGridViewCell
cell = new()
293
using
SubDataGridViewCell
owner = new();
305
using
SubDataGridViewCell
owner = new();
316
SubDataGridViewCell
cell = new();
345
using
SubDataGridViewCell
owner = new();
387
using
SubDataGridViewCell
owner = new();
403
using
SubDataGridViewCell
owner = new();
430
SubDataGridViewCell
cell = new();
454
using
SubDataGridViewCell
owner = new();
760
SubDataGridViewCell
cell = new()
858
SubDataGridViewCell
cell = new()
1075
using
SubDataGridViewCell
owner = new();