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