4 references to IsVisibleTo
System.Xaml (4)
System\Xaml\Context\XamlContext.cs (2)
263if (xamlType != null && !skipVisibilityCheck && !xamlType.IsVisibleTo(LocalAssembly)) 374if (xamlType != null && !xamlType.IsVisibleTo(LocalAssembly))
System\Xaml\XamlObjectReader.cs (2)
1872if(!owningType.IsVisibleTo(context.LocalAssembly)) 2641if(!result.IsVisibleTo(LocalAssembly) && !typeof(Type).IsAssignableFrom(clrType))