2 references to LVFI_STRING
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3301
lvFindInfo.flags = LVFINDINFOW_FLAGS.
LVFI_STRING
;
6905
bool isTextSearch = ((nmlvif->lvfi.flags & LVFINDINFOW_FLAGS.
LVFI_STRING
) != 0) ||