3 references to Application
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
167_wpfApp = new Application();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1763DefaultConstructor = delegate () { return new System.Windows.Application(); }
System\Windows\Markup\KnownTypes.cs (1)
1122case KnownElements.Application: o = new System.Windows.Application(); break;