4 references to Window
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1736case AutomationControlType.Window: controlType = ControlType.Window; break;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
175return ControlType.Window.Id;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1244new RoleCtrlType(AccessibleRole.Application, ControlType.Window), 1279new RoleCtrlType(AccessibleRole.Window, ControlType.Window)