4 references to AllocateDataSlot
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (1)
25
_threadSlot = Thread.
AllocateDataSlot
();
System\Windows\OleServicesContext.cs (1)
302
private static readonly LocalDataStoreSlot _threadDataSlot = Thread.
AllocateDataSlot
();
PresentationFramework (2)
System\Windows\Controls\Grid.cs (1)
3281
private static readonly LocalDataStoreSlot s_tempDefinitionsDataSlot = Thread.
AllocateDataSlot
();
System\windows\Documents\TextEditor.cs (1)
2030
private static LocalDataStoreSlot _threadLocalStoreSlot = Thread.
AllocateDataSlot
();