1 implementation of UpdateCaretAndHighlight
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
329void ITextSelection.UpdateCaretAndHighlight()
9 references to UpdateCaretAndHighlight
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditor.cs (6)
901_selection.UpdateCaretAndHighlight(); 912_selection.UpdateCaretAndHighlight(); 1681This._selection.UpdateCaretAndHighlight(); 1775This._selection.UpdateCaretAndHighlight(); 1809This._selection.UpdateCaretAndHighlight(); 1863This._selection.UpdateCaretAndHighlight();
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
260This.Selection.UpdateCaretAndHighlight();
src\Framework\System\windows\Documents\TextSelection.cs (2)
59thisSelection.UpdateCaretAndHighlight(); 728thisSelection.UpdateCaretAndHighlight();