10 references to SetData
mscorlib (2)
system\security\accesscontrol\privilege.cs (2)
501Thread.SetData( tlsSlot, this.tlsContents ); 728Thread.SetData( tlsSlot, null );
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
3075Thread.SetData(_threadSlot, data);
Core\CSharp\System\Windows\OleServicesContext.cs (1)
96Thread.SetData(OleServicesContext._threadDataSlot, oleServicesContext);
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (1)
3150Thread.SetData(s_tempDefinitionsDataSlot, new WeakReference(extData.TempDefinitions));
src\Framework\System\windows\Documents\TextEditor.cs (1)
1401Thread.SetData(_threadLocalStoreSlot, store);
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
193Thread.SetData(cacheSlot, cache);
System.Drawing (2)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
114Thread.SetData(slot, threadData); 126Thread.SetData(slot, null);
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
50Thread.SetData(_threadSlot, data);