2 references to _threadDataSlot
PresentationCore (2)
Core\CSharp\System\Windows\OleServicesContext.cs (2)
88
oleServicesContext = (OleServicesContext)Thread.GetData(OleServicesContext.
_threadDataSlot
);
96
Thread.SetData(OleServicesContext.
_threadDataSlot
, oleServicesContext);