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)
2610if (_hwndTargetCount > 0) 2632Debug.Assert(_hwndTargetCount >= 0); 2633return (_hwndTargetCount == 0);