7 writes to MatchingText
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
2024MatchingText = string.Empty; 2044MatchingText = string.Empty; 2053MatchingText = MatchingText[..^1]; 2062MatchingText = string.Empty; 2077MatchingText = newMatchingText; 2090MatchingText = newMatchingText; 2739MatchingText = string.Empty;
4 references to MatchingText
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2041MatchingText.Length <= 1) 2053MatchingText = MatchingText[..^1]; 2054SelectedIndex = FindString(MatchingText); 2086newMatchingText = MatchingText + keyChar;