3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2569_hwndTargetCount = 0; 2591_hwndTargetCount++; 2598_hwndTargetCount--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2581if (_hwndTargetCount > 0) 2599Debug.Assert(_hwndTargetCount >= 0); 2600return (_hwndTargetCount == 0);