2 writes to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1195_lastTextChangedValue = text; 2767_lastTextChangedValue = text;
2 references to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1164bool textChanged = (text != _lastTextChangedValue); 2761if (text != _lastTextChangedValue)