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