4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
585_count = 0; 653_count++; 665_count--; 682_count--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
598if (_count == 0 || item == null) 630if (_count == 0) 752get { return _count; }