5 references to GetExtendedListViewStyle
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (5)
1324
int style =
GetExtendedListViewStyle
(hwnd);
1358
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_ONECLICKACTIVATE);
1460
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_CHECKBOXES);
1480
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_FULLROWSELECT);
1486
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_JUSTIFYCOLUMNS);