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