3 writes to _updateTextBoxOperation
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (3)
707
_updateTextBoxOperation
= null;
742
_updateTextBoxOperation
= Dispatcher.BeginInvoke(DispatcherPriority.Normal,
797
_updateTextBoxOperation
= null;
2 references to _updateTextBoxOperation
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
703
if (
_updateTextBoxOperation
!= null)
706
_updateTextBoxOperation
.Abort();