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)
51public override int GetChildCount() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
132public override int GetChildCount() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
55public override int GetChildCount() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
48public override int GetChildCount() => 0;
1 reference to GetChildCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
406Assert.Equal(0, accessibleObject.GetChildCount());