7 writes to MatchingText
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (7)
2228this.MatchingText = ""; 2243this.MatchingText = ""; 2250this.MatchingText = this.MatchingText.Remove(this.MatchingText.Length - 1); 2257this.MatchingText = ""; 2268this.MatchingText = newMatchingText; 2278this.MatchingText = newMatchingText; 2845this.MatchingText = "";
5 references to MatchingText
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (5)
2241this.MatchingText.Length <= 1) { 2250this.MatchingText = this.MatchingText.Remove(this.MatchingText.Length - 1); 2251this.SelectedIndex = FindString(this.MatchingText); 2275newMatchingText = this.MatchingText + keyChar;