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)
38NavigateDirection.NavigateDirection_LastChild => GetChild(GetChildCount() - 1), 46if (index >= 0 && index <= GetChildCount() - 1)