10 references to lvfi
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ListView.cs (10)
6171if ((nmlvif.lvfi.flags & NativeMethods.LVFI_PARAM) != 0) { 6176bool isTextSearch = ((nmlvif.lvfi.flags & NativeMethods.LVFI_STRING) != 0) || 6177((nmlvif.lvfi.flags & NativeMethods.LVFI_PARTIAL) != 0); 6179bool isPrefixSearch = (nmlvif.lvfi.flags & NativeMethods.LVFI_PARTIAL) != 0; 6183text = nmlvif.lvfi.psz; 6187if ((nmlvif.lvfi.flags & NativeMethods.LVFI_NEARESTXY) != 0) { 6188startingPoint = new Point(nmlvif.lvfi.ptX, nmlvif.lvfi.ptY); 6192if ((nmlvif.lvfi.flags & NativeMethods.LVFI_NEARESTXY) != 0) { 6194dir = (SearchDirectionHint) nmlvif.lvfi.vkDirection;