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