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