6 references to RecentlyRealizedPeers
PresentationFramework (6)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (4)
184if (itemsControlAP.RecentlyRealizedPeers.Count > 0 && this.AncestorsInvalid) 189groupItemPeer.InvalidateGroupItemPeersContainingRecentlyRealizedPeers(itemsControlAP.RecentlyRealizedPeers); 242int realizedPeerIndex = itemsControlAP.RecentlyRealizedPeers.IndexOf(peer); 245itemsControlAP.RecentlyRealizedPeers.RemoveAt(realizedPeerIndex);
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
758itemsControlAutomationPeer.RecentlyRealizedPeers.Add(this); 777itemsControlAutomationPeer.RecentlyRealizedPeers.Add(this);