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