27 references to _ThreadLocalStore
PresentationFramework (27)
src\Framework\System\windows\Documents\CaretElement.cs (4)
644
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
778
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
779
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).CaretElement;
788
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
463
TextEditor.
_ThreadLocalStore
.PureControlShift = false;
src\Framework\System\windows\Documents\TextEditorTyping.cs (12)
109
threadLocalStore = TextEditor.
_ThreadLocalStore
;
132
threadLocalStore = TextEditor.
_ThreadLocalStore
;
168
threadLocalStore = TextEditor.
_ThreadLocalStore
;
201
if (TextEditor.
_ThreadLocalStore
.HideCursor)
203
TextEditor.
_ThreadLocalStore
.HideCursor = false;
312
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
355
if (TextEditor.
_ThreadLocalStore
.PureControlShift && (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)
1620
threadLocalStore = TextEditor.
_ThreadLocalStore
;
1671
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1700
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1912
if (!TextEditor.
_ThreadLocalStore
.HideCursor &&
1916
TextEditor.
_ThreadLocalStore
.HideCursor = true;
src\Framework\System\windows\Documents\TextSelection.cs (8)
1215
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1787
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1797
if (TextEditor.
_ThreadLocalStore
.FocusedTextSelection == this)
1799
TextEditor.
_ThreadLocalStore
.FocusedTextSelection = null;
2088
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2428
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2441
TextEditor.
_ThreadLocalStore
.Bidi = true;
2445
TextEditor.
_ThreadLocalStore
.Bidi = false;
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
228
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
471
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;