1 instantiation of TextEditorThreadLocalStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1354
store = new
TextEditorThreadLocalStore
();
18 references to TextEditorThreadLocalStore
PresentationFramework (18)
System\windows\Documents\CaretElement.cs (2)
635
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
771
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextEditor.cs (3)
1344
internal static
TextEditorThreadLocalStore
_ThreadLocalStore
1348
TextEditorThreadLocalStore
store;
1350
store = (
TextEditorThreadLocalStore
)Thread.GetData(_threadLocalStoreSlot);
System\windows\Documents\TextEditorTyping.cs (7)
89
TextEditorThreadLocalStore
threadLocalStore;
116
TextEditorThreadLocalStore
threadLocalStore;
147
TextEditorThreadLocalStore
threadLocalStore;
295
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1579
TextEditorThreadLocalStore
threadLocalStore;
1619
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1648
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextSelection.cs (4)
1193
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1760
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2061
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2401
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\Windows\Documents\TextServicesHost.cs (2)
185
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
382
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;