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