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