1 write to _typeMapper
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
36_typeMapper = typeMapper;
9 references to _typeMapper
PresentationFramework (9)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (9)
43foreach (NamespaceMapEntry mapEntry in _typeMapper._namespaceMaps) 132if (_typeMapper._namespaceMaps != null) 134foreach (NamespaceMapEntry mapEntry in _typeMapper._namespaceMaps) 148foreach (DictionaryEntry piEntry in _typeMapper.PITable) 156AssemblyPath = _typeMapper.AssemblyPathFor(mapping.AssemblyName) 170string assemblyPath = _typeMapper.AssemblyPathFor(assembly); 226if (_typeMapper.LoadReferenceAssemblies()) 241string assemblyPath = _typeMapper.AssemblyPathFor(assemblyName); 322if (_typeMapper.IsInternalTypeAllowedInFullTrust(type))