6 instantiations of XamlSchemaContextSettings
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
757XamlSchemaContextSettings xscSettings = new XamlSchemaContextSettings 1140XamlSchemaContextSettings settings = new XamlSchemaContextSettings 1149XamlSchemaContextSettings settings = new XamlSchemaContextSettings
System.Xaml (3)
System\Xaml\XamlLanguage.cs (1)
436new XamlSchemaContextSettings { SupportMarkupExtensionsWithDuplicateArity = true };
System\Xaml\XamlSchemaContext.cs (2)
62? new XamlSchemaContextSettings(settings) 63: new XamlSchemaContextSettings();
11 references to XamlSchemaContextSettings
PresentationFramework (6)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
42public WpfSharedBamlSchemaContext(XamlSchemaContextSettings settings)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
13public WpfSharedXamlSchemaContext(XamlSchemaContextSettings settings, bool useV3Rules) : base(settings)
System\Windows\Markup\XamlReader.cs (4)
755internal static XamlSchemaContextSettings CreateSchemaContextSettings() 757XamlSchemaContextSettings xscSettings = new XamlSchemaContextSettings 1140XamlSchemaContextSettings settings = new XamlSchemaContextSettings 1149XamlSchemaContextSettings settings = new XamlSchemaContextSettings
System.Xaml (5)
System\Xaml\XamlLanguage.cs (1)
435XamlSchemaContextSettings settings =
System\Xaml\XamlSchemaContext.cs (3)
46public XamlSchemaContext(XamlSchemaContextSettings settings) 52public XamlSchemaContext(IEnumerable<Assembly> referenceAssemblies, XamlSchemaContextSettings settings) 686private readonly XamlSchemaContextSettings _settings;
System\Xaml\XamlSchemaContextSettings.cs (1)
17public XamlSchemaContextSettings(XamlSchemaContextSettings settings)