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)
2623if (_hwndTargetCount > 0) 2645Debug.Assert(_hwndTargetCount >= 0); 2646return (_hwndTargetCount == 0);