3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2607
_hwndTargetCount
= 0;
2633
_hwndTargetCount
++;
2644
_hwndTargetCount
--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2623
if (
_hwndTargetCount
> 0)
2645
Debug.Assert(
_hwndTargetCount
>= 0);
2646
return (
_hwndTargetCount
== 0);