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