Base:
method
GetChildCount
System.Windows.Forms.AccessibleObject.GetChildCount()
4 overrides of GetChildCount
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
51
public override int
GetChildCount
() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
132
public override int
GetChildCount
() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
55
public override int
GetChildCount
() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
48
public override int
GetChildCount
() => 0;
1 reference to GetChildCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
406
Assert.Equal(0, accessibleObject.
GetChildCount
());