4 writes to SkipDuplicatePropertyCheck
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
738
owSettings.
SkipDuplicatePropertyCheck
= parentSettings.SkipDuplicatePropertyCheck;
749
owSettings.
SkipDuplicatePropertyCheck
= true;
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
31
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)
738
owSettings.SkipDuplicatePropertyCheck = parentSettings.
SkipDuplicatePropertyCheck
;
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
90
_skipDuplicatePropertyCheck = settings.
SkipDuplicatePropertyCheck
;
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
31
SkipDuplicatePropertyCheck = settings.
SkipDuplicatePropertyCheck
;
System.Xaml.Tests (3)
System\Xaml\XamlObjectWriterSettingsTests.cs (3)
25
Assert.False(settings.
SkipDuplicatePropertyCheck
);
62
Assert.Equal(settings.
SkipDuplicatePropertyCheck
, newSettings.
SkipDuplicatePropertyCheck
);