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