1 instantiation of WpfSharedXamlSchemaContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1110
return new
WpfSharedXamlSchemaContext
(settings, useV3Rules);
9 references to WpfSharedXamlSchemaContext
PresentationFramework (9)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
207
WpfSharedXamlSchemaContext
.RequireRuntimeType(type);
src\Framework\System\Windows\Markup\XamlReader.cs (5)
1106
private static
WpfSharedXamlSchemaContext
CreateXamlSchemaContext(bool useV3Rules)
1131
private static readonly Lazy<
WpfSharedXamlSchemaContext
> _xamlSharedContext =
1132
new Lazy<
WpfSharedXamlSchemaContext
>(() => CreateXamlSchemaContext(false));
1133
private static readonly Lazy<
WpfSharedXamlSchemaContext
> _xamlV3SharedContext =
1134
new Lazy<
WpfSharedXamlSchemaContext
>(() => CreateXamlSchemaContext(true));
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
20
WpfSharedXamlSchemaContext
_sharedSchemaContext;
33
_sharedSchemaContext = (
WpfSharedXamlSchemaContext
)XamlReader.GetWpfSchemaContext();
317
WpfSharedXamlSchemaContext
.RequireRuntimeType(type);