7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2112MatchingText = string.Empty; 2132MatchingText = string.Empty; 2141MatchingText = MatchingText[..^1]; 2150MatchingText = string.Empty; 2165MatchingText = newMatchingText; 2178MatchingText = newMatchingText; 2867MatchingText = string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2129MatchingText.Length <= 1) 2141MatchingText = MatchingText[..^1]; 2142SelectedIndex = FindString(MatchingText); 2174newMatchingText = MatchingText + keyChar;