6 instantiations of XamlSchemaContextSettings
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
770
XamlSchemaContextSettings xscSettings = new
XamlSchemaContextSettings
();
1158
XamlSchemaContextSettings settings = new
XamlSchemaContextSettings
();
1165
XamlSchemaContextSettings settings = new
XamlSchemaContextSettings
();
System.Xaml (3)
System\Xaml\XamlLanguage.cs (1)
430
new
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)
48
public WpfSharedBamlSchemaContext(
XamlSchemaContextSettings
settings)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
17
public WpfSharedXamlSchemaContext(
XamlSchemaContextSettings
settings, bool useV3Rules) : base(settings)
System\Windows\Markup\XamlReader.cs (4)
768
internal static
XamlSchemaContextSettings
CreateSchemaContextSettings()
770
XamlSchemaContextSettings
xscSettings = new XamlSchemaContextSettings();
1158
XamlSchemaContextSettings
settings = new XamlSchemaContextSettings();
1165
XamlSchemaContextSettings
settings = new XamlSchemaContextSettings();
System.Xaml (5)
System\Xaml\XamlLanguage.cs (1)
429
XamlSchemaContextSettings
settings =
System\Xaml\XamlSchemaContext.cs (3)
48
public XamlSchemaContext(
XamlSchemaContextSettings
settings)
54
public XamlSchemaContext(IEnumerable<Assembly> referenceAssemblies,
XamlSchemaContextSettings
settings)
661
private readonly
XamlSchemaContextSettings
_settings;
System\Xaml\XamlSchemaContextSettings.cs (1)
18
public XamlSchemaContextSettings(
XamlSchemaContextSettings
settings)