27 references to _ThreadLocalStore
PresentationFramework (27)
System\windows\Documents\CaretElement.cs (4)
635
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
771
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
772
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).CaretElement;
781
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
System\windows\Documents\TextEditorMouse.cs (1)
443
TextEditor.
_ThreadLocalStore
.PureControlShift = false;
System\windows\Documents\TextEditorTyping.cs (12)
95
threadLocalStore = TextEditor.
_ThreadLocalStore
;
118
threadLocalStore = TextEditor.
_ThreadLocalStore
;
151
threadLocalStore = TextEditor.
_ThreadLocalStore
;
184
if (TextEditor.
_ThreadLocalStore
.HideCursor)
186
TextEditor.
_ThreadLocalStore
.HideCursor = false;
295
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
337
if (TextEditor.
_ThreadLocalStore
.PureControlShift && (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)
1581
threadLocalStore = TextEditor.
_ThreadLocalStore
;
1619
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1648
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1860
if (!TextEditor.
_ThreadLocalStore
.HideCursor &&
1864
TextEditor.
_ThreadLocalStore
.HideCursor = true;
System\windows\Documents\TextSelection.cs (8)
1193
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1760
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1770
if (TextEditor.
_ThreadLocalStore
.FocusedTextSelection == this)
1772
TextEditor.
_ThreadLocalStore
.FocusedTextSelection = null;
2061
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2401
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2416
TextEditor.
_ThreadLocalStore
.Bidi = true;
2420
TextEditor.
_ThreadLocalStore
.Bidi = false;
System\Windows\Documents\TextServicesHost.cs (2)
185
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
382
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;