1 write to _sharedSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
37
_sharedSchemaContext
= (WpfSharedXamlSchemaContext)XamlReader.GetWpfSchemaContext();
7 references to _sharedSchemaContext
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (7)
82
List<string> resultList = new List<string>(
_sharedSchemaContext
.GetAllXamlNamespaces());
88
result =
_sharedSchemaContext
.GetAllXamlNamespaces();
100
return
_sharedSchemaContext
.GetXamlType(type);
108
if (
_sharedSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace))
325
result = new VisibilityMaskingXamlType(type,
_sharedSchemaContext
);
329
result = sharedSchemaXamlType ??
_sharedSchemaContext
.GetXamlType(type);
380
result =
_sharedSchemaContext
.GetXamlTypeInternal(xamlNamespace, name, typeArguments);