6 references to UpdateCaretState
PresentationFramework (6)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2054textBox.TextSelectionInternal.UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\CaretElement.cs (1)
190((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None);
System\windows\Documents\TextEditorTyping.cs (1)
1250((TextSelection)This.Selection).UpdateCaretState(CaretScrollMethod.Simple);
System\windows\Documents\TextSelection.cs (3)
265UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.Simple); 778UpdateCaretState(CaretScrollMethod.None); 2446UpdateCaretState(scrollMethod);