6 references to RecentlyRealizedPeers
PresentationFramework (6)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (4)
171if (itemsControlAP.RecentlyRealizedPeers.Count > 0 && this.AncestorsInvalid) 174groupItemPeer?.InvalidateGroupItemPeersContainingRecentlyRealizedPeers(itemsControlAP.RecentlyRealizedPeers); 226int realizedPeerIndex = itemsControlAP.RecentlyRealizedPeers.IndexOf(peer); 229itemsControlAP.RecentlyRealizedPeers.RemoveAt(realizedPeerIndex);
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
744itemsControlAutomationPeer.RecentlyRealizedPeers.Add(this); 763itemsControlAutomationPeer.RecentlyRealizedPeers.Add(this);