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