2 writes to lastTextChangedValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1370
this.
lastTextChangedValue
= text;
2867
this.
lastTextChangedValue
= text;
2 references to lastTextChangedValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1342
bool textChanged = (text != this.
lastTextChangedValue
);
2862
if (text != this.
lastTextChangedValue
) {