System\Xaml\XamlMember.cs (11)
503return MemberReflector.GenericArgumentsAreVisibleTo(getter, accessingAssembly, SchemaContext) &&
504(MemberReflector.IsInternalVisibleTo(getter, accessingAssembly, SchemaContext) ||
505MemberReflector.IsProtectedVisibleTo(getter, accessingType, SchemaContext));
522return MemberReflector.GenericArgumentsAreVisibleTo(setter, accessingAssembly, SchemaContext) &&
523(MemberReflector.IsInternalVisibleTo(setter, accessingAssembly, SchemaContext) ||
524MemberReflector.IsProtectedVisibleTo(setter, accessingType, SchemaContext));
554return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null);
689return SchemaContext.GetXamlType(result);
707result = SchemaContext.GetValueConverter<TypeConverter>(converterType, null);
727result = SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);
761return (systemType is not null) ? SchemaContext.GetXamlType(systemType) : null;