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