2 writes to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1201
_lastTextChangedValue
= text;
2761
_lastTextChangedValue
= text;
2 references to _lastTextChangedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1170
bool textChanged = (text !=
_lastTextChangedValue
);
2755
if (text !=
_lastTextChangedValue
)