8 references to IsPublic
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
379
return result == null || result.
IsPublic
? result : GetInternalType(result.UnderlyingType, result);
System.Xaml (7)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
137
if (!MemberAccessPermissionDenied || xamlType.
IsPublic
|| !HasDefaultInvoker(xamlType))
166
if (!MemberAccessPermissionDenied || xamlType.
IsPublic
)
System\Xaml\XamlMember.cs (2)
183
get { return IsReadPublicIgnoringType && (_declaringType is null || _declaringType.
IsPublic
); }
188
get { return IsWritePublicIgnoringType && (_declaringType is null || _declaringType.
IsPublic
); }
System\Xaml\XamlType.cs (3)
587
if (
IsPublic
)
614
if (
IsPublic
)
1336
if (!
IsPublic
)