4 references to GetData
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (1)
2672object obj = Thread.GetData(_threadSlot);
System\Windows\OleServicesContext.cs (1)
56OleServicesContext oleServicesContext = (OleServicesContext)Thread.GetData(s_threadDataSlot);
PresentationFramework (2)
System\Windows\Controls\Grid.cs (1)
3125WeakReference tempDefinitionsWeakRef = (WeakReference)Thread.GetData(s_tempDefinitionsDataSlot);
System\windows\Documents\TextEditor.cs (1)
1350store = (TextEditorThreadLocalStore)Thread.GetData(_threadLocalStoreSlot);