1 write to SerializerType
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2562typeAndSerializer.SerializerType = GetXamlSerializerForType(typeAndSerializer.ObjectType);
3 references to SerializerType
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlParser.cs (1)
1091serializerType = typeAndSerializer.SerializerType;
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
3711typeAndSerializer.SerializerType == null || 3713serializerType = typeAndSerializer != null ? typeAndSerializer.SerializerType : null;