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)
2813
if (
_hwndTargetCount
> 0)
2836
Debug.Assert(
_hwndTargetCount
>= 0);
2837
return (
_hwndTargetCount
== 0);