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