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