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