6 references to UpdateCaretState
PresentationFramework (6)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1984textBox.TextSelectionInternal.UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\CaretElement.cs (1)
189((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\TextEditorTyping.cs (1)
1241((TextSelection)This.Selection).UpdateCaretState(CaretScrollMethod.Simple);
System\windows\Documents\TextSelection.cs (3)
253UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.Simple); 763UpdateCaretState(CaretScrollMethod.None); 2433UpdateCaretState(scrollMethod);