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