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