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)
568
if (
_count
== 0 || item == null)
600
if (
_count
== 0)
722
get { return
_count
; }