1 write to _sharedSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
34
_sharedSchemaContext
= (WpfSharedXamlSchemaContext)XamlReader.GetWpfSchemaContext();
7 references to _sharedSchemaContext
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (7)
79
List<string> resultList = new List<string>(
_sharedSchemaContext
.GetAllXamlNamespaces());
85
result =
_sharedSchemaContext
.GetAllXamlNamespaces();
97
return
_sharedSchemaContext
.GetXamlType(type);
105
if (
_sharedSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace))
322
result = new VisibilityMaskingXamlType(type,
_sharedSchemaContext
);
326
result = sharedSchemaXamlType ??
_sharedSchemaContext
.GetXamlType(type);
377
result =
_sharedSchemaContext
.GetXamlTypeInternal(xamlNamespace, name, typeArguments);