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