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