3 references to GetItemState
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
899
int state =
GetItemState
(hwnd, item, NativeMethods.LVIS_FOCUSED);
1320
return Misc.IsBitSet(
GetItemState
(hwnd, listItem, NativeMethods.LVIS_SELECTED), NativeMethods.LVIS_SELECTED);
1472
int state =
GetItemState
(hwnd, item, NativeMethods.LVIS_STATEIMAGEMASK);