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