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