2 types derived from WindowAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
12
public class NavigationWindowAutomationPeer :
WindowAutomationPeer
src\Framework\System\Windows\Automation\Peers\RootBrowserWindowAutomationPeer.cs (1)
7
internal class RootBrowserWindowAutomationPeer :
WindowAutomationPeer
1 instantiation of WindowAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
1809
return new
WindowAutomationPeer
(this);