1 write to _threadSlot
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
39
_threadSlot
= Thread.AllocateDataSlot();
2 references to _threadSlot
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
2687
object obj = Thread.GetData(
_threadSlot
);
2691
Thread.SetData(
_threadSlot
, data);