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)
82List<string> resultList = new List<string>(_sharedSchemaContext.GetAllXamlNamespaces()); 88result = _sharedSchemaContext.GetAllXamlNamespaces(); 100return _sharedSchemaContext.GetXamlType(type); 108if (_sharedSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace)) 325result = new VisibilityMaskingXamlType(type, _sharedSchemaContext); 329result = sharedSchemaXamlType ?? _sharedSchemaContext.GetXamlType(type); 380result = _sharedSchemaContext.GetXamlTypeInternal(xamlNamespace, name, typeArguments);