4 references to GetData
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (1)
2675
object obj = Thread.
GetData
(_threadSlot);
System\Windows\OleServicesContext.cs (1)
75
oleServicesContext = (OleServicesContext)Thread.
GetData
(OleServicesContext._threadDataSlot);
PresentationFramework (2)
System\Windows\Controls\Grid.cs (1)
3072
WeakReference tempDefinitionsWeakRef = (WeakReference)Thread.
GetData
(s_tempDefinitionsDataSlot);
System\windows\Documents\TextEditor.cs (1)
1351
store = (TextEditorThreadLocalStore)Thread.
GetData
(_threadLocalStoreSlot);