4 references to XamlDuplicateMemberException
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
520throw _context.WithLineInfo(new XamlDuplicateMemberException( 1527throw ctx.WithLineInfo(new XamlDuplicateMemberException(property, xamlType)); 2040throw ctx.WithLineInfo(new XamlDuplicateMemberException(
System.Xaml.Tests (1)
System\Xaml\XamlDuplicateMemberExceptionTests.cs (1)
52var exception = new XamlDuplicateMemberException(member, type);