7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2039MatchingText = string.Empty; 2059MatchingText = string.Empty; 2068MatchingText = MatchingText[..^1]; 2077MatchingText = string.Empty; 2092MatchingText = newMatchingText; 2105MatchingText = newMatchingText; 2756MatchingText = string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2056MatchingText.Length <= 1) 2068MatchingText = MatchingText[..^1]; 2069SelectedIndex = FindString(MatchingText); 2101newMatchingText = MatchingText + keyChar;