3 references to GetItemState
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
885
int state =
GetItemState
(hwnd, item, NativeMethods.LVIS_FOCUSED);
1306
return Misc.IsBitSet(
GetItemState
(hwnd, listItem, NativeMethods.LVIS_SELECTED), NativeMethods.LVIS_SELECTED);
1461
int state =
GetItemState
(hwnd, item, NativeMethods.LVIS_STATEIMAGEMASK);