1 implementation of RefreshCaret
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
774
void ITextSelection.
RefreshCaret
()
5 references to RefreshCaret
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2095
((ITextSelection)textBox.TextSelectionInternal).
RefreshCaret
();
src\Framework\System\windows\Documents\TextEditor.cs (1)
1771
This._selection.
RefreshCaret
();
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
218
This.Selection.
RefreshCaret
();
src\Framework\System\windows\Documents\TextSelection.cs (2)
1231
((ITextSelection)threadLocalStore.FocusedTextSelection).
RefreshCaret
();
1533
((ITextSelection)this).
RefreshCaret
();