2 references to LVS_EX_ONECLICKACTIVATE
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1350
int flags = NativeMethods.
LVS_EX_ONECLICKACTIVATE
1366
return Misc.IsBitSet(GetExtendedListViewStyle(hwnd), NativeMethods.
LVS_EX_ONECLICKACTIVATE
);