2 references to _threadLocalStoreSlot
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
1396store = (TextEditorThreadLocalStore)Thread.GetData(_threadLocalStoreSlot); 1401Thread.SetData(_threadLocalStoreSlot, store);