1 instantiation of TextEditorThreadLocalStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1373
store = new
TextEditorThreadLocalStore
();
18 references to TextEditorThreadLocalStore
PresentationFramework (18)
System\windows\Documents\CaretElement.cs (2)
640
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
774
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextEditor.cs (3)
1363
internal static
TextEditorThreadLocalStore
_ThreadLocalStore
1367
TextEditorThreadLocalStore
store;
1369
store = (
TextEditorThreadLocalStore
)Thread.GetData(_threadLocalStoreSlot);
System\windows\Documents\TextEditorTyping.cs (7)
99
TextEditorThreadLocalStore
threadLocalStore;
126
TextEditorThreadLocalStore
threadLocalStore;
157
TextEditorThreadLocalStore
threadLocalStore;
308
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1601
TextEditorThreadLocalStore
threadLocalStore;
1641
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1670
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\windows\Documents\TextSelection.cs (4)
1212
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
1779
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2080
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
2420
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
System\Windows\Documents\TextServicesHost.cs (2)
197
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;
394
TextEditorThreadLocalStore
threadLocalStore = TextEditor._ThreadLocalStore;