6 references to RecentlyRealizedPeers
PresentationFramework (6)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (4)
172if (itemsControlAP.RecentlyRealizedPeers.Count > 0 && this.AncestorsInvalid) 175groupItemPeer?.InvalidateGroupItemPeersContainingRecentlyRealizedPeers(itemsControlAP.RecentlyRealizedPeers); 227int realizedPeerIndex = itemsControlAP.RecentlyRealizedPeers.IndexOf(peer); 230itemsControlAP.RecentlyRealizedPeers.RemoveAt(realizedPeerIndex);
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
745itemsControlAutomationPeer.RecentlyRealizedPeers.Add(this); 764itemsControlAutomationPeer.RecentlyRealizedPeers.Add(this);