Base:
method
GetChildCount
System.Windows.Forms.AccessibleObject.GetChildCount()
2 references to GetChildCount
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.ErrorWindowAccessibleObject.cs (2)
38
NavigateDirection.NavigateDirection_LastChild => GetChild(
GetChildCount
() - 1),
46
if (index >= 0 && index <=
GetChildCount
() - 1)