Base:
method
GetChildCount
System.Windows.Forms.AccessibleObject.GetChildCount()
2 references to GetChildCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (2)
29
NavigateDirection.NavigateDirection_LastChild => GetChild(
GetChildCount
() - 1),
34
=> index >= 0 && index <
GetChildCount
() && this.TryGetOwnerAs(out TreeView? owningTreeView)