3 references to Internal
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
133if (visibility == TypeVisibility.Internal && 159return GetVisibility(type) == TypeVisibility.Internal; 1124return (outerTypeIsInternal || nestedTypeIsInternal) ? TypeVisibility.Internal : TypeVisibility.Public;