3 writes to _hwndTargetCount
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (3)
2796_hwndTargetCount = 0; 2823_hwndTargetCount++; 2835_hwndTargetCount--;
3 references to _hwndTargetCount
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (3)
2813if (_hwndTargetCount > 0) 2836Debug.Assert(_hwndTargetCount >= 0); 2837return (_hwndTargetCount == 0);