6 references to Application
PresentationBuildTasks (6)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2611
CodeMethodReferenceExpression cmreLoadContent = new CodeMethodReferenceExpression(new CodeTypeReferenceExpression(KnownTypes.Types[(int)KnownElements.
Application
]), LOADCOMPONENT);
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
171
KnownTypes.Types[(int)KnownElements.
Application
].IsAssignableFrom(memberInfo.DeclaringType))
367
PropertyInfo pi = KnownTypes.Types[(int)KnownElements.
Application
].GetProperty(localAttribName);
578
bool appEvent = KnownTypes.Types[(int)KnownElements.
Application
].IsAssignableFrom(xamlClrEventNode.EventMember.DeclaringType);
Framework\System\Windows\Markup\KnownTypes.cs (1)
4785
case KnownElements.
Application
: t = _asmFramework.GetType("System.Windows.Application"); break;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1917
if (KnownTypes.Types[(int)KnownElements.
Application
].IsAssignableFrom(type) ||