3 references to IsWriteVisibleTo
System.Xaml (3)
System\Xaml\Context\XamlParserContext.cs (2)
127if (member.IsWriteVisibleTo(LocalAssembly, allowProtectedForType)) 301return CurrentMember.IsWriteVisibleTo(LocalAssembly, allowProtectedForType);
System\Xaml\XamlObjectReader.cs (1)
2805return property.IsWriteVisibleTo(LocalAssembly, allowProtectedMemberOnType);