7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2112
MatchingText
= string.Empty;
2132
MatchingText
= string.Empty;
2141
MatchingText
= MatchingText[..^1];
2150
MatchingText
= string.Empty;
2165
MatchingText
= newMatchingText;
2178
MatchingText
= newMatchingText;
2867
MatchingText
= string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2129
MatchingText
.Length <= 1)
2141
MatchingText =
MatchingText
[..^1];
2142
SelectedIndex = FindString(
MatchingText
);
2174
newMatchingText =
MatchingText
+ keyChar;