3 references to PerThreadData
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
2648
if (
PerThreadData
.TranslateAcceleratorCallDepth == 0)
2680
PerThreadData
.TranslateAcceleratorCallDepth += 1;
2687
PerThreadData
.TranslateAcceleratorCallDepth -= 1;