3 writes to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2570_hwndTargetCount = 0; 2592_hwndTargetCount++; 2599_hwndTargetCount--;
3 references to _hwndTargetCount
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2582if (_hwndTargetCount > 0) 2600Debug.Assert(_hwndTargetCount >= 0); 2601return (_hwndTargetCount == 0);