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