3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2569
_hwndTargetCount
= 0;
2588
_hwndTargetCount
++;
2595
_hwndTargetCount
--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2578
if (
_hwndTargetCount
> 0)
2596
Debug.Assert(
_hwndTargetCount
>= 0);
2597
return (
_hwndTargetCount
== 0);