3 references to GetItemState
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
434int expanded = GetItemState(hwnd, treeItem, NativeMethods.TVIS_EXPANDED); 506int state = GetItemState(hwnd, treeItem, NativeMethods.TVIS_STATEIMAGEMASK); 1496int selected = WindowsTreeView.GetItemState(_hwnd, _hItem, NativeMethods.TVIS_SELECTED);