2 writes to FocusedTextSelection
PresentationFramework (2)
System\windows\Documents\TextSelection.cs (2)
1782
threadLocalStore.
FocusedTextSelection
= this;
1791
TextEditor._ThreadLocalStore.
FocusedTextSelection
= null;
6 references to FocusedTextSelection
PresentationFramework (6)
System\windows\Documents\CaretElement.cs (2)
775
return ((ITextSelection)TextEditor._ThreadLocalStore.
FocusedTextSelection
).CaretElement;
784
return ((ITextSelection)TextEditor._ThreadLocalStore.
FocusedTextSelection
).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
System\windows\Documents\TextSelection.cs (4)
1226
if (threadLocalStore.
FocusedTextSelection
!= null)
1228
((ITextSelection)threadLocalStore.
FocusedTextSelection
).RefreshCaret();
1789
if (TextEditor._ThreadLocalStore.
FocusedTextSelection
== this)
2094
if (threadLocalStore.
FocusedTextSelection
== null)