2 references to s_threadDataSlot
PresentationCore (2)
System\Windows\OleServicesContext.cs (2)
56
OleServicesContext oleServicesContext = (OleServicesContext)Thread.GetData(
s_threadDataSlot
);
64
Thread.SetData(
s_threadDataSlot
, oleServicesContext);