6 references to Application
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2683
CodeMethodReferenceExpression cmreLoadContent = new CodeMethodReferenceExpression(new CodeTypeReferenceExpression(KnownTypes.Types[(int)KnownElements.
Application
]), LOADCOMPONENT);
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
162
KnownTypes.Types[(int)KnownElements.
Application
].IsAssignableFrom(memberInfo.DeclaringType))
358
PropertyInfo pi = KnownTypes.Types[(int)KnownElements.
Application
].GetProperty(localAttribName);
569
bool appEvent = KnownTypes.Types[(int)KnownElements.
Application
].IsAssignableFrom(xamlClrEventNode.EventMember.DeclaringType);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
4788
case KnownElements.
Application
: t = _asmFramework.GetType("System.Windows.Application"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1893
if (KnownTypes.Types[(int)KnownElements.
Application
].IsAssignableFrom(type) ||