3 references to LVFI_PARTIAL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
3174lvFindInfo.flags |= (isPrefixSearch ? NativeMethods.LVFI_PARTIAL : 0); 6177((nmlvif.lvfi.flags & NativeMethods.LVFI_PARTIAL) != 0); 6179bool isPrefixSearch = (nmlvif.lvfi.flags & NativeMethods.LVFI_PARTIAL) != 0;