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