7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2024
MatchingText
= string.Empty;
2044
MatchingText
= string.Empty;
2053
MatchingText
= MatchingText[..^1];
2062
MatchingText
= string.Empty;
2077
MatchingText
= newMatchingText;
2090
MatchingText
= newMatchingText;
2739
MatchingText
= string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2041
MatchingText
.Length <= 1)
2053
MatchingText =
MatchingText
[..^1];
2054
SelectedIndex = FindString(
MatchingText
);
2086
newMatchingText =
MatchingText
+ keyChar;