3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2594
_hwndTargetCount
= 0;
2620
_hwndTargetCount
++;
2631
_hwndTargetCount
--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2610
if (
_hwndTargetCount
> 0)
2632
Debug.Assert(
_hwndTargetCount
>= 0);
2633
return (
_hwndTargetCount
== 0);