7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2108MatchingText = string.Empty; 2128MatchingText = string.Empty; 2137MatchingText = MatchingText[..^1]; 2146MatchingText = string.Empty; 2161MatchingText = newMatchingText; 2174MatchingText = newMatchingText; 2854MatchingText = string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2125MatchingText.Length <= 1) 2137MatchingText = MatchingText[..^1]; 2138SelectedIndex = FindString(MatchingText); 2170newMatchingText = MatchingText + keyChar;