1 write to _typeMapper
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
33_typeMapper = typeMapper;
9 references to _typeMapper
PresentationFramework (9)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (9)
40foreach (NamespaceMapEntry mapEntry in _typeMapper._namespaceMaps) 129if (_typeMapper._namespaceMaps != null) 131foreach (NamespaceMapEntry mapEntry in _typeMapper._namespaceMaps) 145foreach (DictionaryEntry piEntry in _typeMapper.PITable) 153AssemblyPath = _typeMapper.AssemblyPathFor(mapping.AssemblyName) 167string assemblyPath = _typeMapper.AssemblyPathFor(assembly); 223if (_typeMapper.LoadReferenceAssemblies()) 238string assemblyPath = _typeMapper.AssemblyPathFor(assemblyName); 319if (_typeMapper.IsInternalTypeAllowedInFullTrust(type))