1 instantiation of TextEditorThreadLocalStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1367
store = new
TextEditorThreadLocalStore
();
18 references to TextEditorThreadLocalStore
PresentationFramework (18)
System\windows\Documents\CaretElement.cs (2)
637
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
771
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextEditor.cs (3)
1357
internal static
TextEditorThreadLocalStore
_ThreadLocalStore
1361
TextEditorThreadLocalStore
store;
1363
store = (
TextEditorThreadLocalStore
)Thread.GetData(_threadLocalStoreSlot);
System\windows\Documents\TextEditorTyping.cs (7)
90
TextEditorThreadLocalStore
threadLocalStore;
117
TextEditorThreadLocalStore
threadLocalStore;
148
TextEditorThreadLocalStore
threadLocalStore;
299
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1592
TextEditorThreadLocalStore
threadLocalStore;
1632
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1661
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextSelection.cs (4)
1209
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1776
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2077
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2417
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\Windows\Documents\TextServicesHost.cs (2)
189
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
386
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;