1 implementation of RefreshCaret
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
768void ITextSelection.RefreshCaret()
5 references to RefreshCaret
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2055((ITextSelection)textBox.TextSelectionInternal).RefreshCaret();
System\windows\Documents\TextEditor.cs (1)
1726This._selection.RefreshCaret();
System\windows\Documents\TextEditorCharacters.cs (1)
200This.Selection.RefreshCaret();
System\windows\Documents\TextSelection.cs (2)
1225((ITextSelection)threadLocalStore.FocusedTextSelection).RefreshCaret(); 1527((ITextSelection)this).RefreshCaret();