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