5 references to GetExtendedListViewStyle
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (5)
1318
int style =
GetExtendedListViewStyle
(hwnd);
1352
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_ONECLICKACTIVATE);
1455
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_CHECKBOXES);
1475
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_FULLROWSELECT);
1481
return Misc.IsBitSet(
GetExtendedListViewStyle
(hwnd), NativeMethods.LVS_EX_JUSTIFYCOLUMNS);