2 references to _threadLocalStoreSlot
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
1369
store = (TextEditorThreadLocalStore)Thread.GetData(
_threadLocalStoreSlot
);
1374
Thread.SetData(
_threadLocalStoreSlot
, store);