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