3 references to WindowAutomationPeer
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
15
public NavigationWindowAutomationPeer(NavigationWindow owner):
base
(owner)
src\Framework\System\Windows\Automation\Peers\RootBrowserWindowAutomationPeer.cs (1)
10
public RootBrowserWindowAutomationPeer(RootBrowserWindow owner):
base
(owner)
src\Framework\System\Windows\Window.cs (1)
1809
return new
WindowAutomationPeer
(this);