1 implementation of RefreshCaret
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
771
void ITextSelection.
RefreshCaret
()
5 references to RefreshCaret
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2064
((ITextSelection)textBox.TextSelectionInternal).
RefreshCaret
();
System\windows\Documents\TextEditor.cs (1)
1732
This._selection.
RefreshCaret
();
System\windows\Documents\TextEditorCharacters.cs (1)
216
This.Selection.
RefreshCaret
();
System\windows\Documents\TextSelection.cs (2)
1228
((ITextSelection)threadLocalStore.FocusedTextSelection).
RefreshCaret
();
1530
((ITextSelection)this).
RefreshCaret
();