3 references to Window
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1748case AutomationControlType.Window: controlType = ControlType.Window; break;
PresentationFramework (2)
System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (1)
35return AutomationControlType.Window;
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
68return AutomationControlType.Window;