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