2 references to LVS_EX_TWOCLICKACTIVATE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
5262
int exMask = NativeMethods.LVS_EX_ONECLICKACTIVATE | NativeMethods.
LVS_EX_TWOCLICKACTIVATE
|
5273
exStyle |= NativeMethods.
LVS_EX_TWOCLICKACTIVATE
;