8 references to GetData
mscorlib (1)
system\security\accesscontrol\privilege.cs (1)
496this.tlsContents = Thread.GetData( tlsSlot ) as TlsContents;
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
3071object obj = Thread.GetData(_threadSlot);
Core\CSharp\System\Windows\OleServicesContext.cs (1)
88oleServicesContext = (OleServicesContext)Thread.GetData(OleServicesContext._threadDataSlot);
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (1)
3146WeakReference tempDefinitionsWeakRef = (WeakReference)Thread.GetData(s_tempDefinitionsDataSlot);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1396store = (TextEditorThreadLocalStore)Thread.GetData(_threadLocalStoreSlot);
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
190cache = (ReaderFactoryCache)Thread.GetData(cacheSlot);
System.Drawing (1)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
111IDictionary threadData = (IDictionary)Thread.GetData(slot);
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
46object obj = Thread.GetData(_threadSlot);