1 write to _recentlyRealizedPeers
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
513
_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)
97
groupItemPeer?.InvalidateGroupItemPeersContainingRecentlyRealizedPeers(
_recentlyRealizedPeers
);
511
if (
_recentlyRealizedPeers
== null)
516
return
_recentlyRealizedPeers
;