27 references to _ThreadLocalStore
PresentationFramework (27)
System\windows\Documents\CaretElement.cs (4)
636
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
772
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
773
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).CaretElement;
782
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
System\windows\Documents\TextEditorMouse.cs (1)
447
TextEditor.
_ThreadLocalStore
.PureControlShift = false;
System\windows\Documents\TextEditorTyping.cs (12)
96
threadLocalStore = TextEditor.
_ThreadLocalStore
;
119
threadLocalStore = TextEditor.
_ThreadLocalStore
;
155
threadLocalStore = TextEditor.
_ThreadLocalStore
;
188
if (TextEditor.
_ThreadLocalStore
.HideCursor)
190
TextEditor.
_ThreadLocalStore
.HideCursor = false;
299
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
341
if (TextEditor.
_ThreadLocalStore
.PureControlShift && (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)
1594
threadLocalStore = TextEditor.
_ThreadLocalStore
;
1632
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1661
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1873
if (!TextEditor.
_ThreadLocalStore
.HideCursor &&
1877
TextEditor.
_ThreadLocalStore
.HideCursor = true;
System\windows\Documents\TextSelection.cs (8)
1209
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1776
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1786
if (TextEditor.
_ThreadLocalStore
.FocusedTextSelection == this)
1788
TextEditor.
_ThreadLocalStore
.FocusedTextSelection = null;
2077
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2417
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2432
TextEditor.
_ThreadLocalStore
.Bidi = true;
2436
TextEditor.
_ThreadLocalStore
.Bidi = false;
System\Windows\Documents\TextServicesHost.cs (2)
189
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
386
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;