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