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