2 references to LVFI_STRING
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
3173
lvFindInfo.flags = NativeMethods.
LVFI_STRING
;
6176
bool isTextSearch = ((nmlvif.lvfi.flags & NativeMethods.
LVFI_STRING
) != 0) ||