2 writes to FocusedTextSelection
PresentationFramework (2)
src\Framework\System\windows\Documents\TextSelection.cs (2)
1790
threadLocalStore.
FocusedTextSelection
= this;
1799
TextEditor._ThreadLocalStore.
FocusedTextSelection
= null;
6 references to FocusedTextSelection
PresentationFramework (6)
src\Framework\System\windows\Documents\CaretElement.cs (2)
779
return ((ITextSelection)TextEditor._ThreadLocalStore.
FocusedTextSelection
).CaretElement;
788
return ((ITextSelection)TextEditor._ThreadLocalStore.
FocusedTextSelection
).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
src\Framework\System\windows\Documents\TextSelection.cs (4)
1229
if (threadLocalStore.
FocusedTextSelection
!= null)
1231
((ITextSelection)threadLocalStore.
FocusedTextSelection
).RefreshCaret();
1797
if (TextEditor._ThreadLocalStore.
FocusedTextSelection
== this)
2102
if (threadLocalStore.
FocusedTextSelection
== null)