3 references to GetItemState
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
425int expanded = GetItemState(hwnd, treeItem, NativeMethods.TVIS_EXPANDED); 497int state = GetItemState(hwnd, treeItem, NativeMethods.TVIS_STATEIMAGEMASK); 1487int selected = WindowsTreeView.GetItemState(_hwnd, _hItem, NativeMethods.TVIS_SELECTED);