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