3 references to LVA_DEFAULT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (2)
2237
case NativeMethods.
LVA_DEFAULT
:
2264
ArrangeIcons((ListViewAlignment)NativeMethods.
LVA_DEFAULT
);
winforms\Managed\System\WinForms\ListViewAlignment.cs (1)
32
Default = NativeMethods.
LVA_DEFAULT
,