3 references to PerThreadData
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
2307
if (
PerThreadData
.TranslateAcceleratorCallDepth == 0)
2339
PerThreadData
.TranslateAcceleratorCallDepth += 1;
2346
PerThreadData
.TranslateAcceleratorCallDepth -= 1;