1 write to XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
724context._mapTable.XamlTypeMapper = context._xamlTypeMapper;
11 references to XamlTypeMapper
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (10)
821XamlTypeMapper.UpdateClrPropertyInfo(attributeInfo.OwnerType, attributeInfo); 944bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType); 999string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName); 1318Type serializerType = XamlTypeMapper.GetXamlSerializerForType(owningType); 1495targetType = XamlTypeMapper.GetTargetTypeAndMember(memberValue, pc, true, out memberName); 1498MemberInfo memberInfo = XamlTypeMapper.GetStaticMemberInfo(targetType, memberName, false); 1508targetType = XamlTypeMapper.GetDependencyPropertyOwnerAndName(memberValue, 1578converterType = XamlTypeMapper.GetPropertyConverterType(attributeType, piOrMi); 1587converterType = XamlTypeMapper.GetTypeConverterType(attributeType); 1611index = XamlTypeMapper.GetCustomBamlSerializerIdForType(type);
System\Windows\Markup\ParserContext.cs (1)
569_xamlTypeMapper = _mapTable.XamlTypeMapper;