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