1 implementation of RefreshCaret
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
753void ITextSelection.RefreshCaret()
5 references to RefreshCaret
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1985((ITextSelection)textBox.TextSelectionInternal).RefreshCaret();
System\windows\Documents\TextEditor.cs (1)
1705This._selection.RefreshCaret();
System\windows\Documents\TextEditorCharacters.cs (1)
200This.Selection.RefreshCaret();
System\windows\Documents\TextSelection.cs (2)
1210((ITextSelection)threadLocalStore.FocusedTextSelection).RefreshCaret(); 1512((ITextSelection)this).RefreshCaret();