4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
573_count = 0; 641_count++; 653_count--; 670_count--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
586if (_count == 0 || item == null) 618if (_count == 0) 740get { return _count; }