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