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