System\Xaml\XamlMember.cs (11)
502return MemberReflector.GenericArgumentsAreVisibleTo(getter, accessingAssembly, SchemaContext) &&
503(MemberReflector.IsInternalVisibleTo(getter, accessingAssembly, SchemaContext) ||
504MemberReflector.IsProtectedVisibleTo(getter, accessingType, SchemaContext));
521return MemberReflector.GenericArgumentsAreVisibleTo(setter, accessingAssembly, SchemaContext) &&
522(MemberReflector.IsInternalVisibleTo(setter, accessingAssembly, SchemaContext) ||
523MemberReflector.IsProtectedVisibleTo(setter, accessingType, SchemaContext));
553return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null);
688return SchemaContext.GetXamlType(result);
706result = SchemaContext.GetValueConverter<TypeConverter>(converterType, null);
726result = SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);
760return (systemType is not null) ? SchemaContext.GetXamlType(systemType) : null;