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