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