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