3 references to GetXamlSerializerForType
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
1326
Type serializerType = XamlTypeMapper.
GetXamlSerializerForType
(owningType);
System\Windows\Markup\BamlWriter.cs (1)
223
Type serializerType = _xamlTypeMapper.
GetXamlSerializerForType
(elementType);
System\Windows\Markup\XamlTypeMapper.cs (1)
2468
typeAndSerializer.SerializerType =
GetXamlSerializerForType
(typeAndSerializer.ObjectType);