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)
40
foreach (NamespaceMapEntry mapEntry in
_typeMapper
._namespaceMaps)
129
if (
_typeMapper
._namespaceMaps != null)
131
foreach (NamespaceMapEntry mapEntry in
_typeMapper
._namespaceMaps)
145
foreach (DictionaryEntry piEntry in
_typeMapper
.PITable)
153
AssemblyPath =
_typeMapper
.AssemblyPathFor(mapping.AssemblyName)
167
string assemblyPath =
_typeMapper
.AssemblyPathFor(assembly);
223
if (
_typeMapper
.LoadReferenceAssemblies())
238
string assemblyPath =
_typeMapper
.AssemblyPathFor(assemblyName);
319
if (
_typeMapper
.IsInternalTypeAllowedInFullTrust(type))