1 instantiation of TextEditorThreadLocalStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1355
store = new
TextEditorThreadLocalStore
();
18 references to TextEditorThreadLocalStore
PresentationFramework (18)
System\windows\Documents\CaretElement.cs (2)
636
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
772
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextEditor.cs (3)
1345
internal static
TextEditorThreadLocalStore
_ThreadLocalStore
1349
TextEditorThreadLocalStore
store;
1351
store = (
TextEditorThreadLocalStore
)Thread.GetData(_threadLocalStoreSlot);
System\windows\Documents\TextEditorTyping.cs (7)
90
TextEditorThreadLocalStore
threadLocalStore;
117
TextEditorThreadLocalStore
threadLocalStore;
148
TextEditorThreadLocalStore
threadLocalStore;
296
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1580
TextEditorThreadLocalStore
threadLocalStore;
1620
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1649
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextSelection.cs (4)
1194
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1761
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2062
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2402
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\Windows\Documents\TextServicesHost.cs (2)
186
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
383
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;