1 write to XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
727context._mapTable.XamlTypeMapper = context._xamlTypeMapper;
11 references to XamlTypeMapper
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (10)
829XamlTypeMapper.UpdateClrPropertyInfo(attributeInfo.OwnerType, attributeInfo); 952bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType); 1007string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName); 1326Type serializerType = XamlTypeMapper.GetXamlSerializerForType(owningType); 1503targetType = XamlTypeMapper.GetTargetTypeAndMember(memberValue, pc, true, out memberName); 1506MemberInfo memberInfo = XamlTypeMapper.GetStaticMemberInfo(targetType, memberName, false); 1516targetType = XamlTypeMapper.GetDependencyPropertyOwnerAndName(memberValue, 1586converterType = XamlTypeMapper.GetPropertyConverterType(attributeType, piOrMi); 1595converterType = XamlTypeMapper.GetTypeConverterType(attributeType); 1619index = XamlTypeMapper.GetCustomBamlSerializerIdForType(type);
System\Windows\Markup\ParserContext.cs (1)
572_xamlTypeMapper = _mapTable.XamlTypeMapper;