1 write to _sharedSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
33
_sharedSchemaContext
= (WpfSharedXamlSchemaContext)XamlReader.GetWpfSchemaContext();
7 references to _sharedSchemaContext
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (7)
78
List<string> resultList = new List<string>(
_sharedSchemaContext
.GetAllXamlNamespaces());
84
result =
_sharedSchemaContext
.GetAllXamlNamespaces();
96
return
_sharedSchemaContext
.GetXamlType(type);
104
if (
_sharedSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace))
321
result = new VisibilityMaskingXamlType(type,
_sharedSchemaContext
);
325
result = sharedSchemaXamlType ??
_sharedSchemaContext
.GetXamlType(type);
376
result =
_sharedSchemaContext
.GetXamlTypeInternal(xamlNamespace, name, typeArguments);