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)
43
foreach (NamespaceMapEntry mapEntry in
_typeMapper
._namespaceMaps)
132
if (
_typeMapper
._namespaceMaps != null)
134
foreach (NamespaceMapEntry mapEntry in
_typeMapper
._namespaceMaps)
148
foreach (DictionaryEntry piEntry in
_typeMapper
.PITable)
156
AssemblyPath =
_typeMapper
.AssemblyPathFor(mapping.AssemblyName)
170
string assemblyPath =
_typeMapper
.AssemblyPathFor(assembly);
226
if (
_typeMapper
.LoadReferenceAssemblies())
241
string assemblyPath =
_typeMapper
.AssemblyPathFor(assemblyName);
322
if (
_typeMapper
.IsInternalTypeAllowedInFullTrust(type))