8 references to GetNextItem
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsTreeView.cs (8)
160
IntPtr hNext =
GetNextItem
(_hwnd, ((TreeViewItem) child)._hItem);
200
for (temp =
GetNextItem
(_hwnd, hChild); temp != IntPtr.Zero; temp =
GetNextItem
(_hwnd, hChild))
242
for (IntPtr temp =
GetNextItem
(_hwnd, hChild); temp != IntPtr.Zero; temp =
GetNextItem
(_hwnd, hChild))
1321
IntPtr hNext = WindowsTreeView.
GetNextItem
(_hwnd, ((TreeViewItem) child)._hItem);
1357
for (IntPtr temp = WindowsTreeView.
GetNextItem
(_hwnd, hChild); temp != IntPtr.Zero; temp = WindowsTreeView.
GetNextItem
(_hwnd, hChild))