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