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)
565
if (
_count
== 0 || item == null)
597
if (
_count
== 0)
719
get { return
_count
; }