4 references to MatchIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (4)
215matchIndex = MatchIndex(Text, false, _domainIndex); 247return MatchIndex(text, complete, _domainIndex); 347int matchIndex = MatchIndex(new string(character), false, _domainIndex + 1); 473matchIndex = MatchIndex(Text, false, _domainIndex);