4 references to MatchIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (4)
221matchIndex = MatchIndex(Text, false, _domainIndex); 253return MatchIndex(text, complete, _domainIndex); 353int matchIndex = MatchIndex(new string(character), false, _domainIndex + 1); 479matchIndex = MatchIndex(Text, false, _domainIndex);