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