4 references to MatchIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (4)
219matchIndex = MatchIndex(Text, false, _domainIndex); 251return MatchIndex(text, complete, _domainIndex); 355int matchIndex = MatchIndex(new string(character), false, _domainIndex + 1); 483matchIndex = MatchIndex(Text, false, _domainIndex);