27 references to _ThreadLocalStore
PresentationFramework (27)
System\windows\Documents\CaretElement.cs (4)
640
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
774
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
775
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).CaretElement;
784
return ((ITextSelection)TextEditor.
_ThreadLocalStore
.FocusedTextSelection).TextView.RenderScope as FrameworkElement; // TextBlock / TextFlow
System\windows\Documents\TextEditorMouse.cs (1)
461
TextEditor.
_ThreadLocalStore
.PureControlShift = false;
System\windows\Documents\TextEditorTyping.cs (12)
105
threadLocalStore = TextEditor.
_ThreadLocalStore
;
128
threadLocalStore = TextEditor.
_ThreadLocalStore
;
164
threadLocalStore = TextEditor.
_ThreadLocalStore
;
197
if (TextEditor.
_ThreadLocalStore
.HideCursor)
199
TextEditor.
_ThreadLocalStore
.HideCursor = false;
308
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
350
if (TextEditor.
_ThreadLocalStore
.PureControlShift && (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)
1603
threadLocalStore = TextEditor.
_ThreadLocalStore
;
1641
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1670
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1882
if (!TextEditor.
_ThreadLocalStore
.HideCursor &&
1886
TextEditor.
_ThreadLocalStore
.HideCursor = true;
System\windows\Documents\TextSelection.cs (8)
1212
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1779
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
1789
if (TextEditor.
_ThreadLocalStore
.FocusedTextSelection == this)
1791
TextEditor.
_ThreadLocalStore
.FocusedTextSelection = null;
2080
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2420
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
2433
TextEditor.
_ThreadLocalStore
.Bidi = true;
2437
TextEditor.
_ThreadLocalStore
.Bidi = false;
System\Windows\Documents\TextServicesHost.cs (2)
197
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;
394
TextEditorThreadLocalStore threadLocalStore = TextEditor.
_ThreadLocalStore
;