1 write to SerializerType
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
2468
typeAndSerializer.
SerializerType
= GetXamlSerializerForType(typeAndSerializer.ObjectType);
1 reference to SerializerType
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
125
serializerType = typeAndSerializer.
SerializerType
;