3 references to NavigationWindow
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (1)
1878appWin = new NavigationWindow();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7056bamlType.DefaultConstructor = delegate() { return new System.Windows.Navigation.NavigationWindow(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1425case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break;