2 overrides of TryGetCompatibleXamlNamespace
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
26public override bool TryGetCompatibleXamlNamespace(string xamlNamespace, out string compatibleNamespace)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
101public override bool TryGetCompatibleXamlNamespace(string xamlNamespace, out string compatibleNamespace)
3 references to TryGetCompatibleXamlNamespace
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
28return _parentSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
104if (_sharedSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace))
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
361bool result = _context.SchemaContext.TryGetCompatibleXamlNamespace(xmlNamespace, out newXmlNamespace);