3 references to PerThreadData
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
2284
if (
PerThreadData
.TranslateAcceleratorCallDepth == 0)
2316
PerThreadData
.TranslateAcceleratorCallDepth += 1;
2323
PerThreadData
.TranslateAcceleratorCallDepth -= 1;