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