7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2108
MatchingText
= string.Empty;
2128
MatchingText
= string.Empty;
2137
MatchingText
= MatchingText[..^1];
2146
MatchingText
= string.Empty;
2161
MatchingText
= newMatchingText;
2174
MatchingText
= newMatchingText;
2854
MatchingText
= string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2125
MatchingText
.Length <= 1)
2137
MatchingText =
MatchingText
[..^1];
2138
SelectedIndex = FindString(
MatchingText
);
2170
newMatchingText =
MatchingText
+ keyChar;