4 writes to _count
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
563
_count
= 0;
629
_count
++;
641
_count
--;
658
_count
--;
3 references to _count
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
574
if (
_count
== 0 || item == null)
606
if (
_count
== 0)
728
get { return
_count
; }