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)
3071
object obj = Thread.GetData(
_threadSlot
);
3075
Thread.SetData(
_threadSlot
, data);