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