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