1 write to _typeMapper
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
32_typeMapper = typeMapper;
9 references to _typeMapper
PresentationFramework (9)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (9)
39foreach (NamespaceMapEntry mapEntry in _typeMapper._namespaceMaps) 128if (_typeMapper._namespaceMaps != null) 130foreach (NamespaceMapEntry mapEntry in _typeMapper._namespaceMaps) 144foreach (DictionaryEntry piEntry in _typeMapper.PITable) 152AssemblyPath = _typeMapper.AssemblyPathFor(mapping.AssemblyName) 166string assemblyPath = _typeMapper.AssemblyPathFor(assembly); 222if (_typeMapper.LoadReferenceAssemblies()) 237string assemblyPath = _typeMapper.AssemblyPathFor(assemblyName); 318if (_typeMapper.IsInternalTypeAllowedInFullTrust(type))