8 instantiations of XamlObjectWriterSettings
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
725XamlObjectWriterSettings owSettings = new XamlObjectWriterSettings
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (1)
208_settings = new XamlObjectWriterSettings();
System\Xaml\Context\XamlObjectWriterFactory.cs (1)
31return new XamlObjectWriterSettings(_parentSettings);
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
66XamlObjectWriterSettings result = new XamlObjectWriterSettings(this)
System.Xaml.Tests (4)
System\Xaml\XamlObjectWriterSettingsTests.cs (4)
16var settings = new XamlObjectWriterSettings(); 36var settings = new XamlObjectWriterSettings 53var newSettings = new XamlObjectWriterSettings(settings); 73Assert.Throws<ArgumentNullException>("settings", () => new XamlObjectWriterSettings(null));
43 references to XamlObjectWriterSettings
PresentationFramework (19)
System\Windows\DeferrableContent.cs (1)
23internal XamlObjectWriterSettings ObjectWriterParentSettings { get; private set; }
System\Windows\FrameworkTemplate.cs (1)
914XamlObjectWriterSettings settings = System.Windows.Markup.XamlReader.CreateObjectWriterSettings(_templateHolder.ObjectWriterParentSettings);
System\Windows\Markup\WpfXamlLoader.cs (5)
22XamlObjectWriterSettings settings = XamlReader.CreateObjectWriterSettings(); 29bool skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri) 31XamlObjectWriterSettings settings = XamlReader.CreateObjectWriterSettings(parentSettings); 39XamlObjectWriterSettings settings = XamlReader.CreateObjectWriterSettingsForBaml(); 71bool skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
System\Windows\Markup\XamlReader.cs (8)
359System.Xaml.XamlObjectWriterSettings objectSettings = XamlReader.CreateObjectWriterSettings(); 723internal static XamlObjectWriterSettings CreateObjectWriterSettings() 725XamlObjectWriterSettings owSettings = new XamlObjectWriterSettings 733internal static XamlObjectWriterSettings CreateObjectWriterSettings(XamlObjectWriterSettings parentSettings) 735XamlObjectWriterSettings owSettings = CreateObjectWriterSettings(); 746internal static XamlObjectWriterSettings CreateObjectWriterSettingsForBaml() 748XamlObjectWriterSettings owSettings = CreateObjectWriterSettings();
System\Windows\ResourceDictionary.cs (1)
2659private XamlObjectWriterSettings _objectWriterSettings;
System\Windows\SystemResources.cs (1)
939System.Xaml.XamlObjectWriterSettings owSettings = XamlReader.CreateObjectWriterSettingsForBaml();
System\Windows\TemplateContent.cs (2)
205XamlObjectWriterSettings settings = System.Windows.Markup.XamlReader. 1399internal XamlObjectWriterSettings ObjectWriterParentSettings { get; private set; }
System.Xaml (17)
System\Xaml\Context\ObjectWriterContext.cs (4)
25XamlObjectWriterSettings _settings; 29XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope, XamlRuntime runtime) 79XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope, XamlRuntime runtime) 204internal XamlObjectWriterSettings ServiceProvider_GetSettings()
System\Xaml\Context\XamlObjectWriterFactory.cs (3)
14XamlObjectWriterSettings _parentSettings; 24public XamlObjectWriter GetXamlObjectWriter(XamlObjectWriterSettings settings) 29public XamlObjectWriterSettings GetParentSettings()
System\Xaml\InfosetObjects\XamlObjectWriter.cs (5)
49Initialize(schemaContext, (XamlSavedContext)null, (XamlObjectWriterSettings)null); 52public XamlObjectWriter(XamlSchemaContext schemaContext, XamlObjectWriterSettings settings) 58internal XamlObjectWriter(XamlSavedContext savedContext, XamlObjectWriterSettings settings) 69void Initialize(XamlSchemaContext schemaContext, XamlSavedContext savedContext, XamlObjectWriterSettings settings) 119private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings, XamlSchemaContext schemaContext)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (3)
18public XamlObjectWriterSettings(XamlObjectWriterSettings settings) 64internal XamlObjectWriterSettings StripDelegates() 66XamlObjectWriterSettings result = new XamlObjectWriterSettings(this)
System\Xaml\IXamlObjectWriterFactory.cs (2)
11XamlObjectWriterSettings GetParentSettings(); 13XamlObjectWriter GetXamlObjectWriter(XamlObjectWriterSettings settings);
System.Xaml.Tests (7)
System\Xaml\XamlObjectWriterSettingsTests.cs (3)
16var settings = new XamlObjectWriterSettings(); 36var settings = new XamlObjectWriterSettings 53var newSettings = new XamlObjectWriterSettings(settings);
System\Xaml\XamlTypeTests.cs (4)
4865new XamlType(new ReflectionOnlyType(typeof(XamlObjectWriterSettings)), new XamlSchemaContext()), 4872new XamlType(typeof(XamlObjectWriterSettings), new XamlSchemaContext()), 5047GetGenericParameterConstraintsResult = new Type[] { typeof(XamlObjectWriterSettings) } 5051new XamlType(new ReflectionOnlyType(typeof(XamlObjectWriterSettings)), new XamlSchemaContext()),