4 writes to _count
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
589_count = 0; 658_count++; 670_count--; 687_count--;
3 references to _count
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
602if (_count == 0 || item == null) 634if (_count == 0) 758get { return _count; }