6 references to UpdateCaretState
PresentationFramework (6)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1983textBox.TextSelectionInternal.UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\CaretElement.cs (1)
188((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\TextEditorTyping.cs (1)
1240((TextSelection)This.Selection).UpdateCaretState(CaretScrollMethod.Simple);
System\windows\Documents\TextSelection.cs (3)
252UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.Simple); 762UpdateCaretState(CaretScrollMethod.None); 2432UpdateCaretState(scrollMethod);