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