6 instantiations of XamlSchemaContextSettings
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
770XamlSchemaContextSettings xscSettings = new XamlSchemaContextSettings(); 1158XamlSchemaContextSettings settings = new XamlSchemaContextSettings(); 1165XamlSchemaContextSettings settings = new XamlSchemaContextSettings();
System.Xaml (3)
System\Xaml\XamlLanguage.cs (1)
430new XamlSchemaContextSettings { SupportMarkupExtensionsWithDuplicateArity = true };
System\Xaml\XamlSchemaContext.cs (2)
63? new XamlSchemaContextSettings(settings) 64: new XamlSchemaContextSettings();
11 references to XamlSchemaContextSettings
PresentationFramework (6)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
48public WpfSharedBamlSchemaContext(XamlSchemaContextSettings settings)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
17public WpfSharedXamlSchemaContext(XamlSchemaContextSettings settings, bool useV3Rules) : base(settings)
System\Windows\Markup\XamlReader.cs (4)
768internal static XamlSchemaContextSettings CreateSchemaContextSettings() 770XamlSchemaContextSettings xscSettings = new XamlSchemaContextSettings(); 1158XamlSchemaContextSettings settings = new XamlSchemaContextSettings(); 1165XamlSchemaContextSettings settings = new XamlSchemaContextSettings();
System.Xaml (5)
System\Xaml\XamlLanguage.cs (1)
429XamlSchemaContextSettings settings =
System\Xaml\XamlSchemaContext.cs (3)
48public XamlSchemaContext(XamlSchemaContextSettings settings) 54public XamlSchemaContext(IEnumerable<Assembly> referenceAssemblies, XamlSchemaContextSettings settings) 661private readonly XamlSchemaContextSettings _settings;
System\Xaml\XamlSchemaContextSettings.cs (1)
18public XamlSchemaContextSettings(XamlSchemaContextSettings settings)