4 references to Application
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
241
Application app = new
Application
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1745
bamlType.DefaultConstructor = delegate() { return new System.Windows.
Application
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1130
case KnownElements.Application: o = new System.Windows.
Application
(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
120
Application app = new
Application
();