1 instantiation of PopupRootAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
93return new System.Windows.Automation.Peers.PopupRootAutomationPeer(this);
2 references to PopupRootAutomationPeer
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
3438PopupRootAutomationPeer popupRootAutomationPeer = UIElementAutomationPeer.CreatePeerForElement(popupRoot) as PopupRootAutomationPeer;