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