6 references to UpdateCaretState
PresentationFramework (6)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2063textBox.TextSelectionInternal.UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\CaretElement.cs (1)
193((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\TextEditorTyping.cs (1)
1259((TextSelection)This.Selection).UpdateCaretState(CaretScrollMethod.Simple);
System\windows\Documents\TextSelection.cs (3)
268UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.Simple); 781UpdateCaretState(CaretScrollMethod.None); 2449UpdateCaretState(scrollMethod);