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