5 references to Window
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1654
case AutomationControlType.
Window
: controlType = ControlType.Window; break;
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (1)
33
return AutomationControlType.
Window
;
src\Framework\System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
66
return AutomationControlType.
Window
;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
305
return AutomationControlType.
Window
;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
873
return AutomationControlType.
Window
;