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