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