4 references to AllocateDataSlot
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (1)
24
_threadSlot = Thread.
AllocateDataSlot
();
System\Windows\OleServicesContext.cs (1)
31
private static readonly LocalDataStoreSlot s_threadDataSlot = Thread.
AllocateDataSlot
();
PresentationFramework (2)
System\Windows\Controls\Grid.cs (1)
3334
private static readonly LocalDataStoreSlot s_tempDefinitionsDataSlot = Thread.
AllocateDataSlot
();
System\windows\Documents\TextEditor.cs (1)
2029
private static LocalDataStoreSlot _threadLocalStoreSlot = Thread.
AllocateDataSlot
();