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