3 references to GetXamlSerializerForType
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1336Type serializerType = XamlTypeMapper.GetXamlSerializerForType(owningType);
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
235Type serializerType = _xamlTypeMapper.GetXamlSerializerForType(elementType);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2562typeAndSerializer.SerializerType = GetXamlSerializerForType(typeAndSerializer.ObjectType);