2 writes to LVN_ODFINDITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2477LVN_ODFINDITEM = NativeMethods.LVN_ODFINDITEMA; 2572LVN_ODFINDITEM = NativeMethods.LVN_ODFINDITEMW;
1 reference to LVN_ODFINDITEM
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
6167else if (nmhdr->code == NativeMethods.LVN_ODFINDITEM) {