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