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)
79List<string> resultList = new List<string>(_sharedSchemaContext.GetAllXamlNamespaces()); 85result = _sharedSchemaContext.GetAllXamlNamespaces(); 97return _sharedSchemaContext.GetXamlType(type); 105if (_sharedSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace)) 322result = new VisibilityMaskingXamlType(type, _sharedSchemaContext); 326result = sharedSchemaXamlType ?? _sharedSchemaContext.GetXamlType(type); 377result = _sharedSchemaContext.GetXamlTypeInternal(xamlNamespace, name, typeArguments);