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