6 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);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DomainUpDownTests.cs (2)
1121_control.MatchIndex(text, false, start).Should().Be(expected); 1128Action act = () => _control.MatchIndex(null, false, 0);