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