9 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)
139
if (!MemberAccessPermissionDenied || xamlType.
IsPublic
|| !HasDefaultInvoker(xamlType))
170
if (!MemberAccessPermissionDenied || xamlType.
IsPublic
)
System\Xaml\XamlMember.cs (2)
185
get { return IsReadPublicIgnoringType && (_declaringType is null || _declaringType.
IsPublic
); }
190
get { return IsWritePublicIgnoringType && (_declaringType is null || _declaringType.
IsPublic
); }
System\Xaml\XamlType.cs (3)
623
if (
IsPublic
)
653
if (
IsPublic
)
1436
if (!
IsPublic
)
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2844
Assert.Equal(expected, type.
IsPublic
);