4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
554_count = 0; 620_count++; 632_count--; 649_count--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
565if (_count == 0 || item == null) 597if (_count == 0) 719get { return _count; }