7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2026
MatchingText
= string.Empty;
2046
MatchingText
= string.Empty;
2055
MatchingText
= MatchingText[..^1];
2064
MatchingText
= string.Empty;
2079
MatchingText
= newMatchingText;
2092
MatchingText
= newMatchingText;
2746
MatchingText
= string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2043
MatchingText
.Length <= 1)
2055
MatchingText =
MatchingText
[..^1];
2056
SelectedIndex = FindString(
MatchingText
);
2088
newMatchingText =
MatchingText
+ keyChar;