8 references to IsPublic
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
382
return result == null || result.
IsPublic
? result : GetInternalType(result.UnderlyingType, result);
System.Xaml (7)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
139
if (!MemberAccessPermissionDenied || xamlType.
IsPublic
|| !HasDefaultInvoker(xamlType))
168
if (!MemberAccessPermissionDenied || xamlType.
IsPublic
)
System\Xaml\XamlMember.cs (2)
186
get { return IsReadPublicIgnoringType && (_declaringType == null || _declaringType.
IsPublic
); }
191
get { return IsWritePublicIgnoringType && (_declaringType == null || _declaringType.
IsPublic
); }
System\Xaml\XamlType.cs (3)
590
if (
IsPublic
)
617
if (
IsPublic
)
1339
if (!
IsPublic
)