1 write to _threadSlot
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
48_threadSlot = Thread.AllocateDataSlot();
2 references to _threadSlot
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
3071object obj = Thread.GetData(_threadSlot); 3075Thread.SetData(_threadSlot, data);