5 references to GetExtendedListViewStyle
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (5)
1332
int style =
GetExtendedListViewStyle
(hwnd);
1366
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_ONECLICKACTIVATE);
1466
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_CHECKBOXES);
1486
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_FULLROWSELECT);
1492
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_JUSTIFYCOLUMNS);