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)
598
if (
_count
== 0 || item == null)
630
if (
_count
== 0)
752
get { return
_count
; }