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