1 write to RootType
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
52
var context = new SerializerContext(schemaContext, this.settings) {
RootType
= instance?.GetType() };
2 references to RootType
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
2772
allowProtectedMemberOnType =
RootType
;
2782
allowProtectedMemberOnType =
RootType
;