3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2574_hwndTargetCount = 0; 2596_hwndTargetCount++; 2603_hwndTargetCount--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2586if (_hwndTargetCount > 0) 2604Debug.Assert(_hwndTargetCount >= 0); 2605return (_hwndTargetCount == 0);