2 writes to FocusedTextSelection
PresentationFramework (2)
System\windows\Documents\TextSelection.cs (2)
1779threadLocalStore.FocusedTextSelection = this; 1788TextEditor._ThreadLocalStore.FocusedTextSelection = null;
6 references to FocusedTextSelection
PresentationFramework (6)
System\windows\Documents\CaretElement.cs (2)
772return ((ITextSelection)TextEditor._ThreadLocalStore.FocusedTextSelection).CaretElement; 781return ((ITextSelection)TextEditor._ThreadLocalStore.FocusedTextSelection).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
System\windows\Documents\TextSelection.cs (4)
1223if (threadLocalStore.FocusedTextSelection != null) 1225((ITextSelection)threadLocalStore.FocusedTextSelection).RefreshCaret(); 1786if (TextEditor._ThreadLocalStore.FocusedTextSelection == this) 2091if (threadLocalStore.FocusedTextSelection == null)