4 references to MatchIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DomainUpDown.cs (4)
299matchIndex = MatchIndex(Text, false, domainIndex); 336return MatchIndex(text, complete, domainIndex); 427int matchIndex = MatchIndex(new string(character), false, domainIndex + 1); 560matchIndex = MatchIndex(Text, false, domainIndex);