1 write to XamlTypeMapper
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
754context._mapTable.XamlTypeMapper = context._xamlTypeMapper;
11 references to XamlTypeMapper
PresentationFramework (11)
src\Framework\System\Windows\Markup\BamlMapTable.cs (10)
839XamlTypeMapper.UpdateClrPropertyInfo(attributeInfo.OwnerType, attributeInfo); 962bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType); 1017string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName); 1336Type serializerType = XamlTypeMapper.GetXamlSerializerForType(owningType); 1513targetType = XamlTypeMapper.GetTargetTypeAndMember(memberValue, pc, true, out memberName); 1516MemberInfo memberInfo = XamlTypeMapper.GetStaticMemberInfo(targetType, memberName, false); 1526targetType = XamlTypeMapper.GetDependencyPropertyOwnerAndName(memberValue, 1596converterType = XamlTypeMapper.GetPropertyConverterType(attributeType, piOrMi); 1605converterType = XamlTypeMapper.GetTypeConverterType(attributeType); 1629index = XamlTypeMapper.GetCustomBamlSerializerIdForType(type);
src\Framework\System\Windows\Markup\ParserContext.cs (1)
588_xamlTypeMapper = _mapTable.XamlTypeMapper;