1 implementation of RefreshCaret
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
752
void ITextSelection.
RefreshCaret
()
5 references to RefreshCaret
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1984
((ITextSelection)textBox.TextSelectionInternal).
RefreshCaret
();
System\windows\Documents\TextEditor.cs (1)
1704
This._selection.
RefreshCaret
();
System\windows\Documents\TextEditorCharacters.cs (1)
199
This.Selection.
RefreshCaret
();
System\windows\Documents\TextSelection.cs (2)
1209
((ITextSelection)threadLocalStore.FocusedTextSelection).
RefreshCaret
();
1511
((ITextSelection)this).
RefreshCaret
();