8 references to XamlTypeMapper
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (8)
987
string path =
XamlTypeMapper
.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName);
1311
Type serializerType =
XamlTypeMapper
.GetXamlSerializerForType(owningType);
1491
targetType =
XamlTypeMapper
.GetTargetTypeAndMember(memberValue, pc, true, out memberName);
1494
MemberInfo memberInfo =
XamlTypeMapper
.GetStaticMemberInfo(targetType, memberName, false);
1504
targetType =
XamlTypeMapper
.GetDependencyPropertyOwnerAndName(memberValue,
1574
converterType =
XamlTypeMapper
.GetPropertyConverterType(attributeType, piOrMi);
1583
converterType =
XamlTypeMapper
.GetTypeConverterType(attributeType);
1607
index =
XamlTypeMapper
.GetCustomBamlSerializerIdForType(type);