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)
444
TextEditor.
_ThreadLocalStore
.PureControlShift = false;
System\windows\Documents\TextEditorTyping.cs (12)
96
threadLocalStore = TextEditor.
_ThreadLocalStore
;
119
threadLocalStore = TextEditor.
_ThreadLocalStore
;
152
threadLocalStore = TextEditor.
_ThreadLocalStore
;
185
if (TextEditor.
_ThreadLocalStore
.HideCursor)
187
TextEditor.
_ThreadLocalStore
.HideCursor = false;
296
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
338
if (TextEditor.
_ThreadLocalStore
.PureControlShift && (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)
1582
threadLocalStore = TextEditor.
_ThreadLocalStore
;
1620
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1649
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1861
if (!TextEditor.
_ThreadLocalStore
.HideCursor &&
1865
TextEditor.
_ThreadLocalStore
.HideCursor = true;
System\windows\Documents\TextSelection.cs (8)
1194
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1761
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1771
if (TextEditor.
_ThreadLocalStore
.FocusedTextSelection == this)
1773
TextEditor.
_ThreadLocalStore
.FocusedTextSelection = null;
2062
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2402
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2417
TextEditor.
_ThreadLocalStore
.Bidi = true;
2421
TextEditor.
_ThreadLocalStore
.Bidi = false;
System\Windows\Documents\TextServicesHost.cs (2)
186
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
383
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;