1 write to XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
722context._mapTable.XamlTypeMapper = context._xamlTypeMapper;
11 references to XamlTypeMapper
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (10)
809XamlTypeMapper.UpdateClrPropertyInfo(attributeInfo.OwnerType, attributeInfo); 932bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType); 987string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName); 1311Type serializerType = XamlTypeMapper.GetXamlSerializerForType(owningType); 1491targetType = XamlTypeMapper.GetTargetTypeAndMember(memberValue, pc, true, out memberName); 1494MemberInfo memberInfo = XamlTypeMapper.GetStaticMemberInfo(targetType, memberName, false); 1504targetType = XamlTypeMapper.GetDependencyPropertyOwnerAndName(memberValue, 1574converterType = XamlTypeMapper.GetPropertyConverterType(attributeType, piOrMi); 1583converterType = XamlTypeMapper.GetTypeConverterType(attributeType); 1607index = XamlTypeMapper.GetCustomBamlSerializerIdForType(type);
System\Windows\Markup\ParserContext.cs (1)
566_xamlTypeMapper = _mapTable.XamlTypeMapper;