6 instantiations of XamlSchemaContextSettings
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
757
XamlSchemaContextSettings xscSettings = new
XamlSchemaContextSettings
1140
XamlSchemaContextSettings settings = new
XamlSchemaContextSettings
1149
XamlSchemaContextSettings settings = new
XamlSchemaContextSettings
System.Xaml (3)
System\Xaml\XamlLanguage.cs (1)
436
new
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)
42
public WpfSharedBamlSchemaContext(
XamlSchemaContextSettings
settings)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
13
public WpfSharedXamlSchemaContext(
XamlSchemaContextSettings
settings, bool useV3Rules) : base(settings)
System\Windows\Markup\XamlReader.cs (4)
755
internal static
XamlSchemaContextSettings
CreateSchemaContextSettings()
757
XamlSchemaContextSettings
xscSettings = new XamlSchemaContextSettings
1140
XamlSchemaContextSettings
settings = new XamlSchemaContextSettings
1149
XamlSchemaContextSettings
settings = new XamlSchemaContextSettings
System.Xaml (5)
System\Xaml\XamlLanguage.cs (1)
435
XamlSchemaContextSettings
settings =
System\Xaml\XamlSchemaContext.cs (3)
46
public XamlSchemaContext(
XamlSchemaContextSettings
settings)
52
public XamlSchemaContext(IEnumerable<Assembly> referenceAssemblies,
XamlSchemaContextSettings
settings)
686
private readonly
XamlSchemaContextSettings
_settings;
System\Xaml\XamlSchemaContextSettings.cs (1)
17
public XamlSchemaContextSettings(
XamlSchemaContextSettings
settings)