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