7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2037
MatchingText
= string.Empty;
2057
MatchingText
= string.Empty;
2066
MatchingText
= MatchingText[..^1];
2075
MatchingText
= string.Empty;
2090
MatchingText
= newMatchingText;
2103
MatchingText
= newMatchingText;
2752
MatchingText
= string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2054
MatchingText
.Length <= 1)
2066
MatchingText =
MatchingText
[..^1];
2067
SelectedIndex = FindString(
MatchingText
);
2099
newMatchingText =
MatchingText
+ keyChar;