5 references to GetExtendedListViewStyle
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (5)
1317
int style =
GetExtendedListViewStyle
(hwnd);
1351
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_ONECLICKACTIVATE);
1454
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_CHECKBOXES);
1474
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_FULLROWSELECT);
1480
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_JUSTIFYCOLUMNS);