2 writes to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1212_lastTextChangedValue = text; 2778_lastTextChangedValue = text;
2 references to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1181bool textChanged = (text != _lastTextChangedValue); 2772if (text != _lastTextChangedValue)