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