9 references to CenterScreen
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
3874case WindowStartupLocation.CenterScreen: 3918goto case WindowStartupLocation.CenterScreen; 7339|| value == WindowStartupLocation.CenterScreen
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
670dialog.WindowStartupLocation = WindowStartupLocation.CenterScreen; 711dialog.WindowStartupLocation = WindowStartupLocation.CenterScreen;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
620browser.WindowStartupLocation = WindowStartupLocation.CenterScreen; 643wnd.WindowStartupLocation = WindowStartupLocation.CenterScreen;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
680dialog.WindowStartupLocation = WindowStartupLocation.CenterScreen; 721dialog.WindowStartupLocation = WindowStartupLocation.CenterScreen;