7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2039
MatchingText
= string.Empty;
2059
MatchingText
= string.Empty;
2068
MatchingText
= MatchingText[..^1];
2077
MatchingText
= string.Empty;
2092
MatchingText
= newMatchingText;
2105
MatchingText
= newMatchingText;
2756
MatchingText
= string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2056
MatchingText
.Length <= 1)
2068
MatchingText =
MatchingText
[..^1];
2069
SelectedIndex = FindString(
MatchingText
);
2101
newMatchingText =
MatchingText
+ keyChar;