4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
563_count = 0; 629_count++; 641_count--; 658_count--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
574if (_count == 0 || item == null) 606if (_count == 0) 728get { return _count; }