7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2026
MatchingText
= string.Empty;
2046
MatchingText
= string.Empty;
2055
MatchingText
= MatchingText.Remove(MatchingText.Length - 1);
2064
MatchingText
= string.Empty;
2079
MatchingText
= newMatchingText;
2092
MatchingText
= newMatchingText;
2746
MatchingText
= string.Empty;
5 references to MatchingText
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
2043
MatchingText
.Length <= 1)
2055
MatchingText =
MatchingText
.Remove(
MatchingText
.Length - 1);
2056
SelectedIndex = FindString(
MatchingText
);
2088
newMatchingText =
MatchingText
+ keyChar;