3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2574
_hwndTargetCount
= 0;
2596
_hwndTargetCount
++;
2603
_hwndTargetCount
--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2586
if (
_hwndTargetCount
> 0)
2604
Debug.Assert(
_hwndTargetCount
>= 0);
2605
return (
_hwndTargetCount
== 0);