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