3 writes to _pendingCaretMovedCallback
PresentationFramework (3)
src\Framework\System\Windows\Documents\Speller.cs (3)
85_pendingCaretMovedCallback = false; 556_pendingCaretMovedCallback = true; 670_pendingCaretMovedCallback = false;
3 references to _pendingCaretMovedCallback
PresentationFramework (3)
src\Framework\System\Windows\Documents\Speller.cs (3)
81if (_pendingCaretMovedCallback) 552if (!_pendingCaretMovedCallback) 660if (!_pendingCaretMovedCallback || _textEditor == null)