6 references to MatchIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (4)
215
matchIndex =
MatchIndex
(Text, false, _domainIndex);
247
return
MatchIndex
(text, complete, _domainIndex);
347
int matchIndex =
MatchIndex
(new string(character), false, _domainIndex + 1);
473
matchIndex =
MatchIndex
(Text, false, _domainIndex);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DomainUpDownTests.cs (2)
1121
_control.
MatchIndex
(text, false, start).Should().Be(expected);
1128
Action act = () => _control.
MatchIndex
(null, false, 0);