1 write to AssemblyPF
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
426AssemblyPF = ReflectionHelper.LoadAssembly(asmName, asmPath);
8 references to AssemblyPF
PresentationBuildTasks (8)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1340if (XamlTypeMapper.AssemblyPF == null) 1352KnownTypes.InitializeKnownTypes(XamlTypeMapper.AssemblyPF, XamlTypeMapper.AssemblyPC, XamlTypeMapper.AssemblyWB);
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1587if (XamlTypeMapper.AssemblyPF != ownerAsm &&
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
1779_itemContainerTemplateType = XamlTypeMapper.AssemblyPF.GetType(_itemContainerTemplateTypeName); 1791_itemContainerTemplateKeyType = XamlTypeMapper.AssemblyPF.GetType(_itemContainerTemplateKeyTypeName);
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
3434if (baseType.Assembly == XamlTypeMapper.AssemblyPF)
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
424else if (AssemblyPF == null && string.Compare(asmName, _assemblyNames[2], StringComparison.OrdinalIgnoreCase) == 0) 2573if (assembly == XamlTypeMapper.AssemblyPF ||