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