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