2 writes to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1290
_lastTextChangedValue
= text;
2889
_lastTextChangedValue
= text;
2 references to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1259
bool textChanged = (text !=
_lastTextChangedValue
);
2883
if (text !=
_lastTextChangedValue
)