4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
557_count = 0; 623_count++; 635_count--; 652_count--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
568if (_count == 0 || item == null) 600if (_count == 0) 722get { return _count; }