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