2 references to _threadDataSlot
PresentationCore (2)
System\Windows\OleServicesContext.cs (2)
82
oleServicesContext = (OleServicesContext)Thread.GetData(OleServicesContext.
_threadDataSlot
);
90
Thread.SetData(OleServicesContext.
_threadDataSlot
, oleServicesContext);