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