3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2571_hwndTargetCount = 0; 2593_hwndTargetCount++; 2600_hwndTargetCount--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2583if (_hwndTargetCount > 0) 2601Debug.Assert(_hwndTargetCount >= 0); 2602return (_hwndTargetCount == 0);