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