4 writes to SkipDuplicatePropertyCheck
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
734
owSettings.
SkipDuplicatePropertyCheck
= parentSettings.SkipDuplicatePropertyCheck;
745
owSettings.
SkipDuplicatePropertyCheck
= true;
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
30
SkipDuplicatePropertyCheck
= settings.SkipDuplicatePropertyCheck;
System.Xaml.Tests (1)
System\Xaml\XamlObjectWriterSettingsTests.cs (1)
46
SkipDuplicatePropertyCheck
= true,
6 references to SkipDuplicatePropertyCheck
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
734
owSettings.SkipDuplicatePropertyCheck = parentSettings.
SkipDuplicatePropertyCheck
;
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
89
_skipDuplicatePropertyCheck = settings.
SkipDuplicatePropertyCheck
;
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
30
SkipDuplicatePropertyCheck = settings.
SkipDuplicatePropertyCheck
;
System.Xaml.Tests (3)
System\Xaml\XamlObjectWriterSettingsTests.cs (3)
25
Assert.False(settings.
SkipDuplicatePropertyCheck
);
62
Assert.Equal(settings.
SkipDuplicatePropertyCheck
, newSettings.
SkipDuplicatePropertyCheck
);