1 write to _recentlyRealizedPeers
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
522
_recentlyRealizedPeers
= new List<ItemAutomationPeer>();
5 references to _recentlyRealizedPeers
PresentationFramework (5)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
94
if (
_recentlyRealizedPeers
!= null &&
_recentlyRealizedPeers
.Count > 0 && this.AncestorsInvalid)
99
groupItemPeer.InvalidateGroupItemPeersContainingRecentlyRealizedPeers(
_recentlyRealizedPeers
);
520
if (
_recentlyRealizedPeers
== null)
525
return
_recentlyRealizedPeers
;