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